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

Commit c088612e authored by Trevor Radcliffe's avatar Trevor Radcliffe
Browse files

Point directly to generated c sysprop_library

Supports aosp/2119952

Bug: 226199990
Test: m
Change-Id: Ifa5725abda911f2ea4d4951d41ac54fe703ae31b
parent 1892284e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ cc_binary {
        "FakeFaceEngine.cpp",
        "Session.cpp",
    ],
    static_libs: ["android.hardware.biometrics.face.VirtualProps"],
    static_libs: ["libandroid.hardware.biometrics.face.VirtualProps"],
}

sysprop_library {
@@ -48,7 +48,7 @@ cc_test {
        "libbinder_ndk",
    ],
    static_libs: [
        "android.hardware.biometrics.face.VirtualProps",
        "libandroid.hardware.biometrics.face.VirtualProps",
        "android.hardware.biometrics.face-V2-ndk",
        "android.hardware.biometrics.common-V2-ndk",
        "android.hardware.keymaster-V3-ndk",
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ cc_binary {
        "android.hardware.biometrics.common.thread",
        "android.hardware.biometrics.common.util",
    ],
    static_libs: ["android.hardware.biometrics.fingerprint.VirtualProps"],
    static_libs: ["libandroid.hardware.biometrics.fingerprint.VirtualProps"],
}

cc_test {
@@ -43,7 +43,7 @@ cc_test {
        "libbinder_ndk",
    ],
    static_libs: [
        "android.hardware.biometrics.fingerprint.VirtualProps",
        "libandroid.hardware.biometrics.fingerprint.VirtualProps",
        "android.hardware.biometrics.fingerprint-V2-ndk",
        "android.hardware.biometrics.common-V2-ndk",
        "android.hardware.keymaster-V3-ndk",