From 7909ea9922b211832a7ed149c1c9e4ca52f914f5 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 31 Oct 2014 16:30:26 -0700 Subject: Never use ASAN for acp. Since acp is needed to build the ASAN libs, we can't use ASAN to instrument it. Since libhost is included statically in acp, we can't instrument that either. Change-Id: Idb389df945380b6ef447fc3d3ead8be27ec09011 --- libs/host/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs') diff --git a/libs/host/Android.mk b/libs/host/Android.mk index c67afbb..cab878b 100644 --- a/libs/host/Android.mk +++ b/libs/host/Android.mk @@ -1,5 +1,6 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) +LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_SRC_FILES:= \ CopyFile.c @@ -20,6 +21,8 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/include # acp to install libhost. LOCAL_ACP_UNAVAILABLE:= true +LOCAL_ADDRESS_SANITIZER := false + include $(BUILD_HOST_STATIC_LIBRARY) # Include toolchain prebuilt modules if they exist. -- cgit v1.1