OSDN Git Service

Stop disallowing sanitizers.
authorDan Albert <danalbert@google.com>
Tue, 16 Jun 2015 21:14:43 +0000 (14:14 -0700)
committerDan Albert <danalbert@google.com>
Wed, 17 Jun 2015 05:20:19 +0000 (22:20 -0700)
Change-Id: I641cb3fe998184f8926324e3365a7a99d87263df

libs/host/Android.mk
tools/acp/Android.mk

index cab878b..d1d2e55 100644 (file)
@@ -16,13 +16,12 @@ endif
 
 LOCAL_MODULE:= libhost
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
+LOCAL_CXX_STL := none
 
 # acp uses libhost, so we can't use
 # acp to install libhost.
 LOCAL_ACP_UNAVAILABLE:= true
 
-LOCAL_ADDRESS_SANITIZER := false
-
 include $(BUILD_HOST_STATIC_LIBRARY)
 
 # Include toolchain prebuilt modules if they exist.
index 2b41bc1..fbdb797 100644 (file)
@@ -23,6 +23,5 @@ LOCAL_C_INCLUDES := build/libs/host/include
 LOCAL_MODULE := acp
 LOCAL_ACP_UNAVAILABLE := true
 LOCAL_CXX_STL := none
-LOCAL_ADDRESS_SANITIZER := false
 
 include $(BUILD_HOST_EXECUTABLE)