Merge "Explicitly install RemoteProvisioner for keymint"
This commit is contained in:
commit
173bc15585
2 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,6 @@ cc_binary {
|
|||
],
|
||||
required: [
|
||||
"android.hardware.hardware_keystore.xml",
|
||||
"RemoteProvisioner",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.security.keymint-service.trusty \
|
||||
android.hardware.gatekeeper@1.0-service.trusty \
|
||||
trusty_apploader
|
||||
trusty_apploader \
|
||||
RemoteProvisioner
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.hardware.keystore_desede=true \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue