Use suffixes instead of stems in the definition of module app_process.

Test: Device boot test
Change-Id: Ibbf888383b4fe3204b71978243267765092d51c6
This commit is contained in:
Roland Levillain
2019-06-05 18:26:44 +01:00
parent 79e58ad901
commit 7103a89d39

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