Keystore 2.0: Enable keystore2 by default

Bug: 170144267
Test: N/A
Change-Id: Id9f39dc5189b7eda4617328c41a4ac4d4e3af578
This commit is contained in:
Janis Danisevskis
2021-03-10 14:46:09 -08:00
parent 046e713abd
commit bee0f15faa

View File

@@ -407,8 +407,4 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
frameworks/base/config/dirty-image-objects:system/etc/dirty-image-objects)
# 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
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)