Merge "Remove libc_malloc_{debug,hooks} from the system image."

am: eba4d2312a

Change-Id: I423c0d2928ed3f62b74d8425450b051913d654ac
This commit is contained in:
Martin Stjernholm 2019-05-09 12:50:54 -07:00 committed by android-build-merger
commit 5b657c75ac
2 changed files with 2 additions and 2 deletions

View File

@ -632,6 +632,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjavacrypto.so)
$(call add-clean-step, rm -rf $(HOST_OUT_JAVA_LIBRARIES)/BootSignature.jar)
$(call add-clean-step, rm -rf $(HOST_OUT_JAVA_LIBRARIES)/VeritySigner.jar)
$(call add-clean-step, rm -rf $(HOST_OUT_EXECUTABLES)/build_verity_metadata.py)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libc_malloc*)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

View File

@ -122,8 +122,6 @@ PRODUCT_PACKAGES += \
libcamera2ndk \
libcamera_client \
libcameraservice \
libc_malloc_debug \
libc_malloc_hooks \
libcutils \
libdl.bootstrap \
libdrmframework \