We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4c77d6 + 559484e commit c4c0880Copy full SHA for c4c0880
cmds/app_process/Android.mk
@@ -1,6 +1,5 @@
1
LOCAL_PATH:= $(call my-dir)
2
3
-# 32-bit app_process
4
include $(CLEAR_VARS)
5
6
LOCAL_SRC_FILES:= \
@@ -15,10 +14,14 @@ LOCAL_SHARED_LIBRARIES := \
15
14
16
LOCAL_MODULE:= app_process
17
LOCAL_MULTILIB := both
18
-LOCAL_MODULE_STEM_32 := app_process
+LOCAL_MODULE_STEM_32 := app_process32
19
LOCAL_MODULE_STEM_64 := app_process64
20
include $(BUILD_EXECUTABLE)
21
+# Create a symlink from app_process to app_process32 or 64
22
+# depending on the target configuration.
23
+include $(BUILD_SYSTEM)/executable_prefer_symlink.mk
24
+
25
# Build a variant of app_process binary linked with ASan runtime.
26
# ARM-only at the moment.
27
ifeq ($(TARGET_ARCH),arm)
0 commit comments