Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bb508fa authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

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

This reverts commit cb5c7347
parent cb5c7347
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -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)