Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de2c1edf authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Fix IFace VTS unable to link default HAL

Bug: 184614916
Test: VtsHalBiometricsFaceTargetTest
Change-Id: Ia811f581690c10251f38144ffaed55624587d281
parent f10c3665
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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",