Skip to content
Snippets Groups Projects
Commit 2e795b9c authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Align backtrace_test names between soong and mk

This fixes an install overlap when turning on host multilib.

Change-Id: I318181a7ba58470f53bf66dc23ed38af1c46837d
parent e0548e34
Branches
No related tags found
No related merge requests found
...@@ -128,6 +128,15 @@ cc_test { ...@@ -128,6 +128,15 @@ cc_test {
], ],
compile_multilib: "both", compile_multilib: "both",
multilib: {
lib32: {
suffix: "32",
},
lib64: {
suffix: "64",
},
},
target: { target: {
android: { android: {
cflags: ["-DENABLE_PSS_TESTS"], cflags: ["-DENABLE_PSS_TESTS"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment