Add flag for deprecation of Legacy Keystore
Test: m keystore2
Bug: 307460850
Change-Id: Ib09449ad1a84c9f6dd455d8b14e1830788c86d49
diff --git a/keystore2/aconfig/flags.aconfig b/keystore2/aconfig/flags.aconfig
index eb636bb..5d2a422 100644
--- a/keystore2/aconfig/flags.aconfig
+++ b/keystore2/aconfig/flags.aconfig
@@ -7,3 +7,11 @@
bug: "191777960"
is_fixed_read_only: true
}
+
+flag {
+ name: "deprecate_legacy_keystore"
+ namespace: "hardware_backed_security"
+ description: "This flag rolls out legacy keystore deprecation and makes it so that the put command returns a deprecation error"
+ bug: "307460850"
+ is_fixed_read_only: true
+}