Enable Trusty Gatekeeper@1.0
Previously we only installed the gatekeeper.trusty.so library, which is insufficient to actually start Gatekeeper. We now also install the -impl and -service wrappers. Bug: 127700127 Test: Gatekeeper 1.0 VTS with Trusty running Change-Id: Idd8d6a4e1e409c2a712dddfd92d5f9cf6b16b50c
This commit is contained in:
parent
2ba61b775a
commit
b0a8c9520b
|
@ -19,8 +19,13 @@
|
|||
# to pull in the baseline set of Trusty specific modules.
|
||||
#
|
||||
|
||||
# For gatekeeper, we include the generic -service and -impl to use legacy
|
||||
# HAL loading of gatekeeper.trusty.
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.keymaster@3.0-service.trusty \
|
||||
android.hardware.gatekeeper@1.0-service \
|
||||
android.hardware.gatekeeper@1.0-impl \
|
||||
gatekeeper.trusty
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Reference in New Issue