summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-07-01 12:16:13 +0900
committerJooyung Han <jooyung@google.com>2020-07-02 09:18:17 +0900
commitb0907a6bb86e6ab67e181ac2477da8d827233d1f (patch)
treea59781e4f9abb9486b66a029f8781f7c00d43849 /usb
parent87ef34478fd709c2ec41b980ee7bbea04bf7aa3e (diff)
update hidl .bp
HIDL libs are not necessarily part of VNDK now. Because some are used by VNDK libs, they are still VNDK. But rest are now just vendor-available. .hidl_for_test files are also removed because they are used to exclude test-purpose hidl libs from VNDK libs. Instead, .hidl_for_system_ext files are added to tests/lazy to distinguish them from others which are installed /system. Bug: 143933769 Test: update-makefiles.sh && m com.android.vndk.current Change-Id: Ia81312dda340b6b5cbdd7a3c21e1d323bda39a4a
Diffstat (limited to 'usb')
-rw-r--r--usb/1.0/Android.bp3
-rw-r--r--usb/1.1/Android.bp3
-rw-r--r--usb/1.2/Android.bp3
-rw-r--r--usb/gadget/1.0/Android.bp3
-rw-r--r--usb/gadget/1.1/Android.bp3
5 files changed, 0 insertions, 15 deletions
diff --git a/usb/1.0/Android.bp b/usb/1.0/Android.bp
index c0e883fd19..607d1aca79 100644
--- a/usb/1.0/Android.bp
+++ b/usb/1.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.usb@1.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IUsb.hal",
diff --git a/usb/1.1/Android.bp b/usb/1.1/Android.bp
index 6f2abae27c..8742e77c57 100644
--- a/usb/1.1/Android.bp
+++ b/usb/1.1/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.usb@1.1",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IUsb.hal",
diff --git a/usb/1.2/Android.bp b/usb/1.2/Android.bp
index b3ba81f1cf..8b9f0fb609 100644
--- a/usb/1.2/Android.bp
+++ b/usb/1.2/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.usb@1.2",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IUsb.hal",
diff --git a/usb/gadget/1.0/Android.bp b/usb/gadget/1.0/Android.bp
index 4921abff76..21f152c36c 100644
--- a/usb/gadget/1.0/Android.bp
+++ b/usb/gadget/1.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.usb.gadget@1.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IUsbGadget.hal",
diff --git a/usb/gadget/1.1/Android.bp b/usb/gadget/1.1/Android.bp
index b41eb9cbc5..e5100697cc 100644
--- a/usb/gadget/1.1/Android.bp
+++ b/usb/gadget/1.1/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.usb.gadget@1.1",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"IUsbGadget.hal",
],