Revert "Build /system/bin/asan/app_process."

This reverts commit cb5c734790
This commit is contained in:
Stephen Hines
2012-04-04 08:12:46 -07:00
committed by Android (Google) Code Review
parent cb5c734790
commit 5bb508fac6

View File

@@ -13,23 +13,3 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= app_process
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
app_main.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
libbinder \
libandroid_runtime
LOCAL_MODULE := app_process__asan
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)/asan
LOCAL_MODULE_STEM := app_process
LOCAL_ADDRESS_SANITIZER := true
include $(BUILD_EXECUTABLE)