summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Matyukhin <ilyamaty@google.com>2021-05-03 20:32:00 +0000
committerIlya Matyukhin <ilyamaty@google.com>2021-05-03 21:17:32 +0000
commitde2c1edf46049a7a69ef25b7ce901b1a65eec41a (patch)
treeb60b6d0bb56d8bc123bc723b7b2ae903a11fbea9
parentf10c36654b033c76a9ade9b6cbc15905586137e4 (diff)
Fix IFace VTS unable to link default HAL
Bug: 184614916 Test: VtsHalBiometricsFaceTargetTest Change-Id: Ia811f581690c10251f38144ffaed55624587d281
-rw-r--r--biometrics/face/aidl/vts/Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/biometrics/face/aidl/vts/Android.bp b/biometrics/face/aidl/vts/Android.bp
index c5660b1e01..99c8c99488 100644
--- a/biometrics/face/aidl/vts/Android.bp
+++ b/biometrics/face/aidl/vts/Android.bp
@@ -14,9 +14,14 @@ cc_test {
"use_libaidlvintf_gtest_helper_static",
],
srcs: ["VtsHalBiometricsFaceTargetTest.cpp"],
+ static_libs: [
+ "android.hardware.biometrics.common-V1-ndk_platform",
+ "android.hardware.biometrics.face-V1-ndk_platform",
+ "android.hardware.common-V2-ndk_platform",
+ "android.hardware.keymaster-V3-ndk_platform",
+ ],
shared_libs: [
"libbinder_ndk",
- "android.hardware.biometrics.face-V1-ndk_platform",
],
test_suites: [
"general-tests",