aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-26 19:05:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-26 19:05:44 +0000
commitb77bfec65c2a4549c7682260e1fd577902a60264 (patch)
treeeb42766331f9c916ae8dc96949bbe4086f35817e
parent797d41c6e1f895a9a57c58c64b534f66cfb13f91 (diff)
parentc19e6dc7600564e7ca998bfec0d23a3b5ecadbdb (diff)
downloadfsverity-utils-android14-d1-s5-release.tar.gz
Change-Id: I19633e04b4420728e4082255ad6bcd2b28d17637
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d7abc42..560c5a2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,29 @@ cc_binary {
],
}
+cc_binary {
+ name: "fsverity_multilib",
+ defaults: [
+ "fsverity_default_flags",
+ ],
+ host_supported: true,
+ shared_libs: ["libfsverity"],
+ srcs: [
+ "programs/cmd_*.c",
+ "programs/fsverity.c",
+ "programs/utils.c",
+ ],
+ compile_multilib: "both",
+ multilib: {
+ lib32: {
+ suffix: "32",
+ },
+ lib64: {
+ suffix: "64",
+ },
+ },
+}
+
cc_library {
name: "libfsverity",
defaults: [