aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-01-09 19:29:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-09 19:29:55 +0000
commit23f8244cf0ac9141e326ffb60ca9f5f3366fb67b (patch)
tree35f98aea8de3960fbe113834ca682bec2ce28b99
parent250433c7ae71fb518a91411ed37ce7a8233d097c (diff)
parent98f84aa2e53481dd1c554c095897b289c7acfc90 (diff)
downloadlibusb-23f8244cf0ac9141e326ffb60ca9f5f3366fb67b.tar.gz
Merge "Mark libusb as vendor_available." am: 95affad996
am: 98f84aa2e5 Change-Id: Ia442eb17c1b11476b380f9cdf4404a5a6125ae7b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d753d50..e0fd619 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library {
name: "libusb",
host_supported: true,
+ vendor_available: true,
srcs: [
"libusb/core.c",