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

Commit 65e2922e authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Android (Google) Code Review
Browse files

Merge "Fix IFace VTS unable to link default HAL" into sc-dev

parents 2049dbaf de2c1edf
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",