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

Commit a0e0a436 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for read/write flags in layout files" into main

parents 9eb82f03 f88cc8ec
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -95,3 +95,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "layout_readwrite_flags"
    is_exported: true
    namespace: "resource_manager"
    description: "Feature flag for allowing read/write flags in layout files"
    bug: "377974898"
    # This flag is used to control aapt2 behavior.
    is_fixed_read_only: true
}