Merge "switch identity back to V4"

This commit is contained in:
Steven Moreland
2022-11-15 01:32:47 +00:00
committed by Gerrit Code Review

View File

@@ -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",
],
}