summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mark Punzalan <markpun@google.com> 2023-11-16 19:57:27 +0000
committer Mark Punzalan <markpun@google.com> 2023-12-18 15:22:46 -0800
commitbec68bf379845c460173434235af29d220abad35 (patch)
tree66548317d9056c75893747df54d09c2a1020bcee
parent16bbdc2a1423b853eca07a9301cd34d226ddb911 (diff)
Add feature flag for flagging manifest entries
Test: Presubmit only Bug: 297373084 Merged-In: I499b6a99e53775abf084f741802463940730091a Change-Id: I499b6a99e53775abf084f741802463940730091a
-rw-r--r--core/java/android/content/res/flags.aconfig9
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
+}