summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wenhao Wang <wenhaowang@google.com> 2024-10-04 10:09:48 -0700
committer Wenhao Wang <wenhaowang@google.com> 2024-10-04 10:30:17 -0700
commit55ca8e95f46ee37cec1bf33b11f22f702440fda8 (patch)
tree339cdabd5384ce5515ce1a08760960fce0a5066a
parent17b49c03cdcbeb0061018caf8bc9d1a4e631759e (diff)
Add API flag for AFL API
Adds a flag behind which we add the new AFL API. Bug: 365994454 Test: N/A Change-Id: I35ae39dddf9ef13998495805f26b1b7bc087e670
-rw-r--r--core/java/android/security/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig
index a86c961e6785..aedf8e097e67 100644
--- a/core/java/android/security/flags.aconfig
+++ b/core/java/android/security/flags.aconfig
@@ -106,3 +106,10 @@ flag {
description: "Clear StrongAuth on add credential"
bug: "320817991"
}
+
+flag {
+ name: "afl_api"
+ namespace: "platform_security"
+ description: "AFL feature"
+ bug: "365994454"
+}