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

Commit 3339bf96 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for supporting minor version in Resources" into main

parents 2d356787 77e9e405
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -105,3 +105,12 @@ flag {
    # This flag is used to control aapt2 behavior.
    is_fixed_read_only: true
}

flag {
    name: "resources_minor_version_support"
    is_exported: true
    namespace: "resource_manager"
    description: "Feature flag for supporting minor version in Resources"
    bug: "373535266"
    is_fixed_read_only: true
}