Merge "Use suffixes instead of stems in the definition of module app_process." am: 9c2eef9841

am: 244f224221

Change-Id: I5b6b8b10d671b4cf48fca6f8f33a44b766a3d09d
This commit is contained in:
Roland Levillain 2019-06-10 05:17:37 -07:00 committed by android-build-merger
commit 2899709c72

View File

@ -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",
},
},