Explicitly install RemoteProvisioner for keymint
This is effectively a no-op change; both packages are installed. However, removing required and moving it to PRODUCT_PACKAGES cuts the dependency from vendor modules to system-ext modules. This is needed for vendor-only build test. Test: build and see both packages are installed Change-Id: I6620020a1eccfab08594c9be3b298611bd237f1d
This commit is contained in:
parent
a67092a7b8
commit
ed673496c2
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