Merge changes from topic "keymint-v3" into main am: 014c710c27
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3345023 Change-Id: Icd1a9341b61b24ac4ff1c461afc746867c3f4397 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
735298c3b5
2 changed files with 5 additions and 4 deletions
|
|
@ -121,7 +121,7 @@ cc_binary {
|
|||
"libutils",
|
||||
],
|
||||
required: [
|
||||
"android.hardware.hardware_keystore.xml",
|
||||
"android.hardware.hardware_keystore_V3.xml",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,10 @@ rust_binary {
|
|||
defaults: ["android.hardware.security.keymint-service.rust.trusty.default"],
|
||||
init_rc: ["android.hardware.security.keymint-service.rust.trusty.rc"],
|
||||
vintf_fragments: ["android.hardware.security.keymint-service.rust.trusty.xml"],
|
||||
required: [
|
||||
"android.hardware.hardware_keystore.xml",
|
||||
],
|
||||
required: select(release_flag("RELEASE_AIDL_USE_UNFROZEN"), {
|
||||
true: ["android.hardware.hardware_keystore.xml"],
|
||||
default: ["android.hardware.hardware_keystore_V3.xml"],
|
||||
}),
|
||||
}
|
||||
|
||||
rust_binary {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue