aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2023-01-24 14:14:18 -0800
committerAlex Buynytskyy <alexbuy@google.com>2023-01-24 23:37:29 +0000
commit12edfc7b60e8a70e91b51e14722841a3844fd573 (patch)
tree981857426ef2a32350737ebefa3ca3613920f4ee
parent006c762eefe32fa0f67907ca61115ef5a8e543b6 (diff)
downloadfsverity-utils-12edfc7b60e8a70e91b51e14722841a3844fd573.tar.gz
Allow the binary to be used in tests.
Bug: 253568736 Test: atest com.android.server.pm.test.SettingsTest Change-Id: Idbcf30009587976e927f591e4b91a31c41c821f3
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d7abc42..cceff30 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,6 +51,15 @@ cc_binary {
"programs/fsverity.c",
"programs/utils.c",
],
+ compile_multilib: "both",
+ multilib: {
+ lib32: {
+ suffix: "32",
+ },
+ lib64: {
+ suffix: "64",
+ },
+ },
}
cc_library {