summaryrefslogtreecommitdiff
path: root/cmds/app_process
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-06-20 00:10:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-20 00:10:11 +0000
commit7493793b2cfa8d7807388fc242cee35ae8e4c028 (patch)
treeb34b7cd49f2fa6cc5a021f13529e4cfbc0f685ec /cmds/app_process
parent635ace07294ea2508fdd3ba4194e8d6b377c2031 (diff)
parentd9f607417206552ecf48ba7a7f449321031619a7 (diff)
am d9f60741: am bf30b4fd: Merge "Add libwilhelm to app_process." into mnc-dev
* commit 'd9f607417206552ecf48ba7a7f449321031619a7': Add libwilhelm to app_process.
Diffstat (limited to 'cmds/app_process')
-rw-r--r--cmds/app_process/Android.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/cmds/app_process/Android.mk b/cmds/app_process/Android.mk
index 171809c94f12..51bbb813df65 100644
--- a/cmds/app_process/Android.mk
+++ b/cmds/app_process/Android.mk
@@ -1,5 +1,12 @@
LOCAL_PATH:= $(call my-dir)
+# This is a list of libraries that need to be included in order to avoid
+# bad apps. This prevents a library from having a mismatch when resolving
+# new/delete from an app shared library.
+# See b/21032018 for more details.
+app_process_common_shared_libs := \
+ libwilhelm \
+
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
@@ -13,7 +20,8 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
liblog \
libbinder \
- libandroid_runtime
+ libandroid_runtime \
+ $(app_process_common_shared_libs) \
LOCAL_WHOLE_STATIC_LIBRARIES := libsigchain
@@ -44,7 +52,8 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
liblog \
libbinder \
- libandroid_runtime
+ libandroid_runtime \
+ $(app_process_common_shared_libs) \
LOCAL_WHOLE_STATIC_LIBRARIES := libsigchain