Skip to content

Commit cb5c734

Browse files
committed
Build /system/bin/asan/app_process.
Change-Id: Icdfe215a7e86466a07fe0508775c89963a0a4787
1 parent ee80082 commit cb5c734

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cmds/app_process/Android.mk

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,23 @@ LOCAL_SHARED_LIBRARIES := \
1313
LOCAL_MODULE:= app_process
1414

1515
include $(BUILD_EXECUTABLE)
16+
17+
18+
include $(CLEAR_VARS)
19+
20+
LOCAL_SRC_FILES:= \
21+
app_main.cpp
22+
23+
LOCAL_SHARED_LIBRARIES := \
24+
libcutils \
25+
libutils \
26+
libbinder \
27+
libandroid_runtime
28+
29+
LOCAL_MODULE := app_process__asan
30+
LOCAL_MODULE_TAGS := eng
31+
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)/asan
32+
LOCAL_MODULE_STEM := app_process
33+
LOCAL_ADDRESS_SANITIZER := true
34+
35+
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)