OSDN Git Service

Revert "Build: Add asanwrapper in SANITIZE_LITE"
authorAndreas Gampe <agampe@google.com>
Wed, 30 Nov 2016 23:38:31 +0000 (15:38 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 1 Dec 2016 00:39:40 +0000 (16:39 -0800)
This reverts commit eee31511f70398ada44c7f8811234311ce8c7a7f.

Rewriting of app_process adds an automatic dependency.

Bug: 33224213
Test: m
Change-Id: Idd9509d116692954224f4d2ffd6c81b69e9a85a3

target/product/base.mk

index e0ceedc..1909546 100644 (file)
@@ -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 \