forked from openkylin/platform_build
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:
parent
d852e44fd2
commit
7cec1d3e70
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue