diff --git a/target/product/base.mk b/target/product/base.mk index e0ceedc1b6..1909546c96 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -131,11 +131,6 @@ PRODUCT_PACKAGES += \ # In SANITIZE_LITE, we have a specialized modules that are sanitized. ifeq ($(SANITIZE_LITE),true) -# Pull in the asan wrapper binary. -PRODUCT_PACKAGES += \ - asanwrapper \ - -# Pull in the specialized binaries. PRODUCT_PACKAGES += \ app_process__asan \