Bump Identity and KM AIDL API versions am: f48a2a7bbf
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2205679 Change-Id: Ic9cac9d245efcefd50a3b871351593bec1565856 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d60f5bc61f
5 changed files with 13 additions and 13 deletions
|
@ -352,7 +352,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.identity</name>
|
||||
<version>1-4</version>
|
||||
<version>1-5</version>
|
||||
<interface>
|
||||
<name>IIdentityCredentialStore</name>
|
||||
<instance>default</instance>
|
||||
|
@ -399,7 +399,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>1-2</version>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
<name>IKeyMintDevice</name>
|
||||
<instance>default</instance>
|
||||
|
@ -408,7 +408,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>1-2</version>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
<name>IRemotelyProvisionedComponent</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -20,7 +20,7 @@ aidl_interface {
|
|||
name: "android.hardware.confirmationui",
|
||||
vendor_available: true,
|
||||
imports: [
|
||||
"android.hardware.security.keymint-V2",
|
||||
"android.hardware.security.keymint-V3",
|
||||
],
|
||||
srcs: ["android/hardware/confirmationui/*.aidl"],
|
||||
stability: "vintf",
|
||||
|
|
|
@ -11,7 +11,7 @@ aidl_interface {
|
|||
name: "android.hardware.gatekeeper",
|
||||
vendor_available: true,
|
||||
imports: [
|
||||
"android.hardware.security.keymint-V2",
|
||||
"android.hardware.security.keymint-V3",
|
||||
],
|
||||
srcs: ["android/hardware/gatekeeper/*.aidl"],
|
||||
stability: "vintf",
|
||||
|
|
|
@ -14,7 +14,7 @@ aidl_interface {
|
|||
"android/hardware/identity/*.aidl",
|
||||
],
|
||||
imports: [
|
||||
"android.hardware.keymaster",
|
||||
"android.hardware.keymaster-V3",
|
||||
"android.hardware.security.keymint",
|
||||
],
|
||||
stability: "vintf",
|
||||
|
@ -66,20 +66,20 @@ aidl_interface {
|
|||
cc_defaults {
|
||||
name: "identity_use_latest_hal_aidl_ndk_static",
|
||||
static_libs: [
|
||||
"android.hardware.identity-V4-ndk",
|
||||
"android.hardware.identity-V5-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "identity_use_latest_hal_aidl_ndk_shared",
|
||||
shared_libs: [
|
||||
"android.hardware.identity-V4-ndk",
|
||||
"android.hardware.identity-V5-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "identity_use_latest_hal_aidl_cpp_static",
|
||||
static_libs: [
|
||||
"android.hardware.identity-V4-cpp",
|
||||
"android.hardware.identity-V5-cpp",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -52,21 +52,21 @@ aidl_interface {
|
|||
cc_defaults {
|
||||
name: "keymint_use_latest_hal_aidl_ndk_static",
|
||||
static_libs: [
|
||||
"android.hardware.security.keymint-V2-ndk",
|
||||
"android.hardware.security.keymint-V3-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "keymint_use_latest_hal_aidl_ndk_shared",
|
||||
shared_libs: [
|
||||
"android.hardware.security.keymint-V2-ndk",
|
||||
"android.hardware.security.keymint-V3-ndk",
|
||||
],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "keymint_use_latest_hal_aidl_cpp_static",
|
||||
static_libs: [
|
||||
"android.hardware.security.keymint-V2-cpp",
|
||||
"android.hardware.security.keymint-V3-cpp",
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,6 @@ cc_defaults {
|
|||
rust_defaults {
|
||||
name: "keymint_use_latest_hal_aidl_rust",
|
||||
rustlibs: [
|
||||
"android.hardware.security.keymint-V2-rust",
|
||||
"android.hardware.security.keymint-V3-rust",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue