aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:53 +0000
commit23c51f0624289d56f5590107bd2d4e788f3f8bbd (patch)
treeeb42766331f9c916ae8dc96949bbe4086f35817e
parent84ff393b112706a82c491b8c8e6062635b503670 (diff)
parent347779721eee1b676a732f8c48ad3cd7f00b3703 (diff)
downloadfsverity-utils-android14-mainline-uwb-release.tar.gz
Change-Id: I479234c02b82da8775cb408eb24101df547819e8
-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: [