Fix IFace VTS unable to link default HAL

Bug: 184614916
Test: VtsHalBiometricsFaceTargetTest
Change-Id: Ia811f581690c10251f38144ffaed55624587d281
This commit is contained in:
Ilya Matyukhin
2021-05-03 20:32:00 +00:00
parent f10c36654b
commit de2c1edf46

View File

@@ -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",