diff options
| author | 2023-12-19 22:57:56 +0000 | |
|---|---|---|
| committer | 2023-12-19 22:57:56 +0000 | |
| commit | 41e6cc176851a506bec4c9db2369ab100a516b98 (patch) | |
| tree | 2c5340c51d18cdc6437b6975ee7ae73d81d8c69b | |
| parent | 31b247f8e5d612e8525c29eecbd085892d059401 (diff) | |
| parent | bec68bf379845c460173434235af29d220abad35 (diff) | |
Merge "Add feature flag for flagging manifest entries" into main
| -rw-r--r-- | core/java/android/content/res/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/content/res/flags.aconfig b/core/java/android/content/res/flags.aconfig index 0c2c0f494257..b0e234232f09 100644 --- a/core/java/android/content/res/flags.aconfig +++ b/core/java/android/content/res/flags.aconfig @@ -8,3 +8,12 @@ flag { # fixed_read_only or device wont boot because of permission issues accessing flags during boot is_fixed_read_only: true } + +flag { + name: "manifest_flagging" + namespace: "resource_manager" + description: "Feature flag for flagging manifest entries" + bug: "297373084" + # This flag is read in PackageParser at boot time, and in aapt2 which is a build tool. + is_fixed_read_only: true +} |