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

Commit 9ca7f998 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "switch identity back to V4" am: f856184c

parents 080383c2 f856184c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -67,20 +67,20 @@ aidl_interface {
cc_defaults {
    name: "identity_use_latest_hal_aidl_ndk_static",
    static_libs: [
        "android.hardware.identity-V5-ndk",
        "android.hardware.identity-V4-ndk",
    ],
}

cc_defaults {
    name: "identity_use_latest_hal_aidl_ndk_shared",
    shared_libs: [
        "android.hardware.identity-V5-ndk",
        "android.hardware.identity-V4-ndk",
    ],
}

cc_defaults {
    name: "identity_use_latest_hal_aidl_cpp_static",
    static_libs: [
        "android.hardware.identity-V5-cpp",
        "android.hardware.identity-V4-cpp",
    ],
}