Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed673496 authored by Inseob Kim's avatar Inseob Kim
Browse files

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
parent a67092a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ cc_binary {
    ],
    required: [
        "android.hardware.hardware_keystore.xml",
        "RemoteProvisioner",
    ],
}

+2 −1
Original line number Diff line number Diff line
@@ -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 \