Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88a06025 authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

Keystore 2.0: Enable keystore2 by default

Bug: 170144267
Test: N/A
Merged-In: Id9f39dc5189b7eda4617328c41a4ac4d4e3af578
Change-Id: Id9f39dc5189b7eda4617328c41a4ac4d4e3af578
parent 69973f0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)