diff options
| author | 2024-10-04 19:36:33 +0000 | |
|---|---|---|
| committer | 2024-10-04 19:36:33 +0000 | |
| commit | 69ee324abfce0eb4545a61ef88bc3db8ef86baca (patch) | |
| tree | 3381508e71373b9fe95f6893303a45983a64f1ca | |
| parent | 2f13f307e79b3916551f62c092ebf1cf67e8ec2f (diff) | |
| parent | 55ca8e95f46ee37cec1bf33b11f22f702440fda8 (diff) | |
Merge "Add API flag for AFL API" into main
| -rw-r--r-- | core/java/android/security/flags.aconfig | 7 |
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" +} |