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

Commit 26603bd9 authored by Tri Vo's avatar Tri Vo Committed by Automerger Merge Worker
Browse files

Merge "Add defaults for current Identity AIDL API version" am: 9c21c70f am:...

Merge "Add defaults for current Identity AIDL API version" am: 9c21c70f am: 5585ee42 am: 8e6692ef am: a2114577

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2208758



Change-Id: I29c1bb7280edb39f15f05be26990255d168a8df6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3b880897 a2114577
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -59,3 +59,27 @@ aidl_interface {
    ],

}

// cc_defaults that includes the latest Identity AIDL library.
// Modules that depend on Identity directly can include this cc_defaults to
// avoid managing dependency versions explicitly.
cc_defaults {
    name: "identity_use_latest_hal_aidl_ndk_static",
    static_libs: [
        "android.hardware.identity-V4-ndk",
    ],
}

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

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