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

Commit cda0f42f authored by Jeremy Meyer's avatar Jeremy Meyer Committed by Android (Google) Code Review
Browse files

Merge "Add a read only flag library for resource flags" into main

parents 36023cdd 7ded4fb4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -840,6 +840,18 @@ cc_aconfig_library {
    host_supported: true,
}

cc_aconfig_library {
    name: "android.content.res.flags-aconfig-cc-host-ro",
    aconfig_declarations: "android.content.res.flags-aconfig",
    mode: "force-read-only",
    host_supported: true,
    target: {
        windows: {
            enabled: true,
        },
    },
}

// Media BetterTogether
aconfig_declarations {
    name: "com.android.media.flags.bettertogether-aconfig",