diff options
| author | 2024-10-04 19:50:23 +0000 | |
|---|---|---|
| committer | 2024-10-04 19:50:23 +0000 | |
| commit | c09e63ed685f0d5406fce9a9ce725268a1ff576f (patch) | |
| tree | 4898c94f743b5593aa81ae8b486b9f78244c32f4 | |
| parent | 3b17a1e780cdf8ffaec58836810d6e891a88dab5 (diff) | |
| parent | f8a1708bdce8d11901f7285ff4a933c114701ead (diff) | |
Merge "Add API flag for AFL API" into main am: 69ee324abf am: f8a1708bdc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3294172
Change-Id: I3e44dc0b5f9a7c8d48f51ae12800f62cda72c06c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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" +} |