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

This commit is contained in:
Roland Levillain
2019-06-10 11:51:27 +00:00
committed by Gerrit Code Review

View File

@@ -6,11 +6,11 @@ cc_binary {
multilib: { multilib: {
lib32: { lib32: {
version_script: ":art_sigchain_version_script32.txt", version_script: ":art_sigchain_version_script32.txt",
stem: "app_process32", suffix: "32",
}, },
lib64: { lib64: {
version_script: ":art_sigchain_version_script64.txt", version_script: ":art_sigchain_version_script64.txt",
stem: "app_process64", suffix: "64",
}, },
}, },