summaryrefslogtreecommitdiffstats
path: root/biometrics
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 12:26:37 +0900
commitd18cba85fe6c944d30b893af838193cb3f44469b (patch)
treefeac9b703debccdf6342ecc97fcbd08f288f186d /biometrics
parent8f315a1f279af18ad59574a2dabddb93c49e27ed (diff)
downloadplatform_hardware_interfaces-d18cba85fe6c944d30b893af838193cb3f44469b.tar.gz
platform_hardware_interfaces-d18cba85fe6c944d30b893af838193cb3f44469b.tar.bz2
platform_hardware_interfaces-d18cba85fe6c944d30b893af838193cb3f44469b.zip
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 'biometrics')
-rw-r--r--biometrics/face/1.0/Android.bp3
-rw-r--r--biometrics/fingerprint/2.1/Android.bp3
-rw-r--r--biometrics/fingerprint/2.2/Android.bp3
3 files changed, 0 insertions, 9 deletions
diff --git a/biometrics/face/1.0/Android.bp b/biometrics/face/1.0/Android.bp
index ebb8668938..dd406f99c3 100644
--- a/biometrics/face/1.0/Android.bp
+++ b/biometrics/face/1.0/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.biometrics.face@1.0",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IBiometricsFace.hal",
diff --git a/biometrics/fingerprint/2.1/Android.bp b/biometrics/fingerprint/2.1/Android.bp
index c8cc0f17bb..25bd48db70 100644
--- a/biometrics/fingerprint/2.1/Android.bp
+++ b/biometrics/fingerprint/2.1/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.biometrics.fingerprint@2.1",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IBiometricsFingerprint.hal",
diff --git a/biometrics/fingerprint/2.2/Android.bp b/biometrics/fingerprint/2.2/Android.bp
index 6c769ac22e..a8f202c2c0 100644
--- a/biometrics/fingerprint/2.2/Android.bp
+++ b/biometrics/fingerprint/2.2/Android.bp
@@ -3,9 +3,6 @@
hidl_interface {
name: "android.hardware.biometrics.fingerprint@2.2",
root: "android.hardware",
- vndk: {
- enabled: true,
- },
srcs: [
"types.hal",
"IBiometricsFingerprint.hal",