gs201: allow override for ro.crypto.metadata_init_delete_all_keys.enabled
Allow default value of ro.crypto.metadata_init_delete_all_keys.enabled to be overridden. Bug: 235884193 Test: Confirm boot to home, not overridden by default Signed-off-by: Jonglin Lee <jonglin@google.com> Change-Id: Ifd99ff6c2a1885145906613c9081dc836f59c096
This commit is contained in:
parent
f32db03343
commit
1f8a6e25d2
1 changed files with 1 additions and 1 deletions
|
@ -1142,4 +1142,4 @@ PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.device_unique_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.device_unique_attestation.xml
|
frameworks/native/data/etc/android.hardware.device_unique_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.device_unique_attestation.xml
|
||||||
|
|
||||||
# Call deleteAllKeys if vold detects a factory reset
|
# Call deleteAllKeys if vold detects a factory reset
|
||||||
PRODUCT_VENDOR_PROPERTIES += ro.crypto.metadata_init_delete_all_keys.enabled=true
|
PRODUCT_VENDOR_PROPERTIES += ro.crypto.metadata_init_delete_all_keys.enabled?=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue