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

Commit f88cc8ec authored by Jeremy Meyer's avatar Jeremy Meyer
Browse files

Add flag for read/write flags in layout files

Bug: 377974898
Test: Automated
Flag: EXEMPT flag creation
Change-Id: I29871eabc60efbe0736bbd0f881b7f95a7576786
parent fd2dbd84
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
}