aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-01-08 14:41:29 -0800
committerSteven Moreland <smoreland@google.com>2018-01-08 23:03:43 +0000
commit730a62e3afebaf2675da7ee63377f5764f3a7e2f (patch)
tree35f98aea8de3960fbe113834ca682bec2ce28b99
parenta903d2e97a4790d04366cb51c2e92f5a6f5fbb88 (diff)
downloadlibusb-730a62e3afebaf2675da7ee63377f5764f3a7e2f.tar.gz
Mark libusb as vendor_available.
Allow vendor code to use the libusb library. Bug: 71707530 Test: BOARD_VNDK_VERSION=current builds succeed if a vendor module depends on this. Change-Id: I446ac6f5d5f43ad25de464cae4ee06ac30b5ba56
-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",