commit | 6bb17d79d450c4584041312ff2d53e9509303680 | [log] [tgz] |
---|---|---|
author | Wenhao Wang <wenhaowang@google.com> | Sat Nov 09 17:51:07 2024 -0800 |
committer | Wenhao Wang <wenhaowang@google.com> | Mon Nov 11 07:46:29 2024 -0800 |
tree | 6d1373d0d5572fc71a04f7fe73530420600bf16b | |
parent | 9fd0c6a7bac5e2adde5488e69d2245a2dcacf900 [diff] |
Correct namespace for afl_api flag. Bug: 365994454 Test: N/A Change-Id: Ie9429148330e049f6d49c3ac6401a655dfeb87aa
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 1d35344..3f4f790 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig
@@ -109,7 +109,7 @@ flag { name: "afl_api" - namespace: "platform_security" + namespace: "hardware_backed_security" description: "AFL feature" bug: "365994454" }