commit | d3c93a9ecb2c8d47bf0fdf168083291a11031491 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Jan 16 22:23:00 2025 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Thu Jan 16 22:24:22 2025 +0000 |
tree | 8c2a559cb1fc4a77f2eb947780a2d2bdd9c1d972 | |
parent | 3b463ca4a2df7704efc0e890e523f4a58c0812c3 [diff] |
Fix flag namespace for secure_array_zeroization Apparently it needs to be just security, not platform_security. Bug: 320392352 Test: N/A Change-Id: I6d44d17d5ce42af9a69bbfd26b06af83d7a26576
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index ceee898b..4249372 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig
@@ -43,7 +43,7 @@ flag { name: "secure_array_zeroization" - namespace: "platform_security" + namespace: "security" description: "Enable secure array zeroization" bug: "320392352" metadata {