summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorA. Cody Schuffelen <schuffelen@google.com>2020-06-16 16:34:03 -0700
committerA. Cody Schuffelen <schuffelen@google.com>2020-06-16 16:34:56 -0700
commit644ddd6370eb6a943d56c8021ed98cc72599d50e (patch)
tree5beb78694363e266d17148bacb133573d9d6e88f /Android.bp
parente583844fc9c6d6dbb293f8694fd66cd5a4794c02 (diff)
downloadgatekeeper-644ddd6370eb6a943d56c8021ed98cc72599d50e.tar.gz
Add host_supported to libgatekeeper.android-r-beta-3android-r-beta-2
Bug: 155694128 Test: m libgatekeeper Change-Id: I28d2be9deabb37ccdd71635cce6bd4b0c7d0c49c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 49a06c4..c341fa5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,7 @@
cc_library_shared {
name: "libgatekeeper",
vendor_available: true,
+ host_supported: true,
vndk: {
enabled: true,
},