DO NOT MERGE Disable the delete_all_keys feature for GSI

DO NOT MERGE as the main branch is fixed by aosp/1826054.

Bug: 197914756
Bug: 203618478
Test: run GSI with DSU on a Pixel device

Change-Id: I78ee95f99764bee71bf3bcccb992ee35fa80603b
(cherry picked from commit 994e4a54f42808b369e8b28f16c52e0647fd8bb6)
This commit is contained in:
Howard Chen 2021-09-07 10:27:35 +08:00 committed by Hung-ying Tyan
parent d852e44fd2
commit 7cec1d3e70
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ PRODUCT_BUILD_SUPER_EMPTY_IMAGE := false
# Always build modules from source
MODULE_BUILD_FROM_SOURCE := true
# Additional settings used in all GSI builds
PRODUCT_PRODUCT_PROPERTIES += \
ro.crypto.metadata_init_delete_all_keys.enabled=false \