mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix IFace VTS unable to link default HAL
Bug: 184614916 Test: VtsHalBiometricsFaceTargetTest Change-Id: Ia811f581690c10251f38144ffaed55624587d281
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user