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

Commit b0a8c952 authored by Matthew Maurer's avatar Matthew Maurer
Browse files

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
parent 2ba61b77
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 += \