summaryrefslogtreecommitdiff
path: root/nfc
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-07-01 12:16:13 +0900
committerJooyung Han <jooyung@google.com>2020-07-07 16:22:36 +0900
commitd610435ac4bb051761b0f016aa6cdf2e884c55b5 (patch)
treede281ff524e85c32a85f458c26e57db50459ae62 /nfc
parent991650fd8a6f361b555a9dfcca77fb91352ab3c4 (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 'nfc')
-rw-r--r--nfc/1.0/Android.bp3
-rw-r--r--nfc/1.1/Android.bp3
-rw-r--r--nfc/1.2/Android.bp3
3 files changed, 0 insertions, 9 deletions
diff --git a/nfc/1.0/Android.bp b/nfc/1.0/Android.bp
index bd64907364..667922a4ac 100644
--- a/nfc/1.0/Android.bp
+++ b/nfc/1.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.nfc@1.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"INfc.hal",
diff --git a/nfc/1.1/Android.bp b/nfc/1.1/Android.bp
index 1f8789fc35..a8976b06c4 100644
--- a/nfc/1.1/Android.bp
+++ b/nfc/1.1/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.nfc@1.1",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"INfc.hal",
diff --git a/nfc/1.2/Android.bp b/nfc/1.2/Android.bp
index aa68d2fde1..514d5313aa 100644
--- a/nfc/1.2/Android.bp
+++ b/nfc/1.2/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.nfc@1.2",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"INfc.hal",