Skip to content

Commit cf15200

Browse files
stephenhinesAndroid (Google) Code Review
authored andcommitted
Merge "Revert "Build /system/bin/asan/app_process.""
2 parents 78b3825 + 5bb508f commit cf15200

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

cmds/app_process/Android.mk

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,3 @@ 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)