blob: 5d2a422c3e4411ceb91bea14389a27ab8e32740b [file] [log] [blame]
Shaquille Johnson6a751992023-09-27 17:08:01 +01001package: "android.security.keystore2"
2
3flag {
4 name: "wal_db_journalmode"
5 namespace: "hardware_backed_security"
6 description: "This flag controls changing journalmode to wal"
7 bug: "191777960"
Shaquille Johnsonbce0cac2023-09-27 22:22:55 +01008 is_fixed_read_only: true
Shaquille Johnson6a751992023-09-27 17:08:01 +01009}
Shaquille Johnson7e4cd0a2023-10-24 06:18:14 +000010
11flag {
12 name: "deprecate_legacy_keystore"
13 namespace: "hardware_backed_security"
14 description: "This flag rolls out legacy keystore deprecation and makes it so that the put command returns a deprecation error"
15 bug: "307460850"
16 is_fixed_read_only: true
17}