Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0404adb1 authored by Mark Punzalan's avatar Mark Punzalan Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for flagging manifest entries" into main

parents f2649e60 0b6c1226
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15,3 +15,12 @@ flag {
    description: "Feature flag for passing in an AssetFileDescriptor to create an frro"
    bug: "304478666"
}

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
}