aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Hsieh <victorhsieh@google.com>2019-09-20 12:31:10 -0700
committerVictor Hsieh <victorhsieh@google.com>2019-09-20 12:31:10 -0700
commitf0194db4e09542856637b78bd4fbff21d50ddcb7 (patch)
tree1e00499c0bed9db81feab51bbd69f4652a2a82ad
parentb5a273aa72ec2f8b1496716d22808a2833e47729 (diff)
downloadfsverity-utils-f0194db4e09542856637b78bd4fbff21d50ddcb7.tar.gz
Support building fsverity as a host binaryndk-sysroot-r21
Test: build and run locally Bug: 112039386 Change-Id: I73be3ffe5e09091eaf40e23e335aad271ad3fde0
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e313829..8b9f1e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
cc_binary {
name: "fsverity",
+ host_supported: true,
shared_libs: ["libcrypto"],
cflags: [
"-Wall",