diff options
-rw-r--r-- | biometrics/face/aidl/vts/Android.bp | 7 |
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", |