diff options
author | Jooyung Han <jooyung@google.com> | 2020-07-01 12:16:13 +0900 |
---|---|---|
committer | Jooyung Han <jooyung@google.com> | 2020-07-02 09:18:17 +0900 |
commit | b0907a6bb86e6ab67e181ac2477da8d827233d1f (patch) | |
tree | a59781e4f9abb9486b66a029f8781f7c00d43849 /input | |
parent | 87ef34478fd709c2ec41b980ee7bbea04bf7aa3e (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 'input')
-rw-r--r-- | input/classifier/1.0/Android.bp | 3 | ||||
-rw-r--r-- | input/common/1.0/Android.bp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/input/classifier/1.0/Android.bp b/input/classifier/1.0/Android.bp index 11e0f52dd0..b6e54ca56a 100644 --- a/input/classifier/1.0/Android.bp +++ b/input/classifier/1.0/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.input.classifier@1.0", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "IInputClassifier.hal", ], diff --git a/input/common/1.0/Android.bp b/input/common/1.0/Android.bp index 2c7c517cce..07ced7ab05 100644 --- a/input/common/1.0/Android.bp +++ b/input/common/1.0/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.input.common@1.0", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "types.hal", ], |