From 4938f3300a9389d33d0cf33a85d9f8fddbeeac3c Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 30 Nov 2016 15:38:31 -0800 Subject: [PATCH] Revert "Build: Add asanwrapper in SANITIZE_LITE" This reverts commit eee31511f70398ada44c7f8811234311ce8c7a7f. Rewriting of app_process adds an automatic dependency. Bug: 33224213 Test: m Change-Id: Idd9509d116692954224f4d2ffd6c81b69e9a85a3 --- target/product/base.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target/product/base.mk b/target/product/base.mk index e0ceedc1b..1909546c9 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 \ -- 2.11.0