summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-06-10 05:13:29 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-10 05:13:29 -0700
commit244f224221b77cd7217cfd847a7f018b6fe05d1b (patch)
treed98daf7d7a9499e0d5b9e4a9465b46a094c87b36
parentffe3ce0ce370b5bc7eeab1704d089a618d77d952 (diff)
parent9c2eef9841b8d9a8e71fa4923279e06b639c6506 (diff)
downloadbase-temp-PPRL.190605.003.tar.gz
Merge "Use suffixes instead of stems in the definition of module `app_process`."temp-PPRL.190605.003
am: 9c2eef9841 Change-Id: I121b48ca7c657bc524bc9c4bcf250a675f027e3a
-rw-r--r--cmds/app_process/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/app_process/Android.bp b/cmds/app_process/Android.bp
index d3875315b84e..d541169ae97a 100644
--- a/cmds/app_process/Android.bp
+++ b/cmds/app_process/Android.bp
@@ -6,11 +6,11 @@ cc_binary {
multilib: {
lib32: {
version_script: ":art_sigchain_version_script32.txt",
- stem: "app_process32",
+ suffix: "32",
},
lib64: {
version_script: ":art_sigchain_version_script64.txt",
- stem: "app_process64",
+ suffix: "64",
},
},