diff options
author | Jooyung Han <jooyung@google.com> | 2020-07-01 12:16:13 +0900 |
---|---|---|
committer | Jooyung Han <jooyung@google.com> | 2020-07-02 12:26:37 +0900 |
commit | d18cba85fe6c944d30b893af838193cb3f44469b (patch) | |
tree | feac9b703debccdf6342ecc97fcbd08f288f186d /cas | |
parent | 8f315a1f279af18ad59574a2dabddb93c49e27ed (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
Merged-In: Ia81312dda340b6b5cbdd7a3c21e1d323bda39a4a
Change-Id: Ia81312dda340b6b5cbdd7a3c21e1d323bda39a4a
(cherry picked from commit b0907a6bb86e6ab67e181ac2477da8d827233d1f)
Diffstat (limited to 'cas')
-rw-r--r-- | cas/1.0/Android.bp | 3 | ||||
-rw-r--r-- | cas/1.1/Android.bp | 3 | ||||
-rw-r--r-- | cas/1.2/Android.bp | 3 | ||||
-rw-r--r-- | cas/native/1.0/Android.bp | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/cas/1.0/Android.bp b/cas/1.0/Android.bp index 4982e20b35..9f289a1dcc 100644 --- a/cas/1.0/Android.bp +++ b/cas/1.0/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.cas@1.0", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "types.hal", "ICas.hal", diff --git a/cas/1.1/Android.bp b/cas/1.1/Android.bp index 13217b6439..e20298b374 100644 --- a/cas/1.1/Android.bp +++ b/cas/1.1/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.cas@1.1", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "ICas.hal", "ICasListener.hal", diff --git a/cas/1.2/Android.bp b/cas/1.2/Android.bp index fbb38b0bb8..f03b6b7db1 100644 --- a/cas/1.2/Android.bp +++ b/cas/1.2/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.cas@1.2", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "types.hal", "ICas.hal", diff --git a/cas/native/1.0/Android.bp b/cas/native/1.0/Android.bp index 633ceb9306..6aa420414b 100644 --- a/cas/native/1.0/Android.bp +++ b/cas/native/1.0/Android.bp @@ -3,9 +3,6 @@ hidl_interface { name: "android.hardware.cas.native@1.0", root: "android.hardware", - vndk: { - enabled: true, - }, srcs: [ "types.hal", "IDescrambler.hal", |