Merge "Keystore 2.0: Enable keystore2 by default"

This commit is contained in:
Treehugger Robot 2021-03-19 16:06:00 +00:00 committed by Gerrit Code Review
commit 306a6d1fcc
1 changed files with 1 additions and 1 deletions

View File

@ -403,6 +403,6 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
# This property allows enabling Keystore 2.0 selectively for testing.
# TODO Remove when Keystore 2.0 migration is complete. b/171563717
PRODUCT_SYSTEM_PROPERTIES += persist.android.security.keystore2.enable=false
PRODUCT_SYSTEM_PROPERTIES += persist.android.security.keystore2.enable=true
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)