Skip to content

Commit 43d7e17

Browse files
ARavichandrasysopenci
authored andcommitted
Fix for Factory Reset and Screen lock not working after trusty
Due to lack of rpmb drivers Trusty backed keystore is not working properly. Because of this we are not able to set screen lock and do factory reset Enabling software version of Gatekeeper and Keystore to fix the problem as they do not use rpmb drivers Tests Done: 1. Boot the device in MTL nuc 2. Screen lock/ unlock working fine using 'input keyevent 26' command and After reboot 3. Factory reset working properly Tracked-On: OAM-132238 Signed-off-by: Ravichandra Appegowda <ravichandra.appegowda@intel.com>
1 parent 44609b6 commit 43d7e17

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

groups/tee/trusty/product.mk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ PRODUCT_PACKAGES += \
44
storageproxyd \
55
libinteltrustystorage \
66
libinteltrustystorageinterface \
7-
android.hardware.gatekeeper-service.trusty \
8-
android.hardware.security.keymint-service.trusty \
7+
android.hardware.gatekeeper-service.nonsecure \
8+
com.android.hardware.gatekeeper.nonsecure \
9+
android.hardware.security.keymint-service \
910
keybox_provisioning \
1011
RemoteProvisioner
1112

@@ -17,10 +18,6 @@ PRODUCT_PACKAGES_DEBUG += \
1718
RemoteProvisionerUnitTests \
1819
libkeymint_remote_prov_support_test
1920

20-
PRODUCT_PROPERTY_OVERRIDES += \
21-
ro.hardware.gatekeeper=trusty \
22-
ro.hardware.keystore=trusty
23-
2421
PRODUCT_COPY_FILES += \
2522
frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:vendor/etc/permissions/android.hardware.keystore.app_attest_key.xml
2623

0 commit comments

Comments
 (0)