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

Commit ce2753aa authored by Oriol Prieto Gasco's avatar Oriol Prieto Gasco Committed by Oriol Prieto Gascó
Browse files

RESTRICT AUTOMERGE

Set the container field of aconfig flags

Test: printflags --format='{package}:{container}:' | grep "::"
Bug: 312769710
Flag: NONE
Change-Id: Ic5c3c7839cb4c34c8a97d841ccaeaeda0771cbcd
parent 0dbe6326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package {
aconfig_declarations {
    name: "bufferstreams_flags",
    package: "com.android.graphics.bufferstreams.flags",
    container: "system",
    srcs: [
        "aconfig/bufferstreams_flags.aconfig",
    ],
+1 −0
Original line number Diff line number Diff line
package: "com.android.graphics.bufferstreams.flags"
container: "system"

flag {
  name: "bufferstreams_steel_thread"
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ package {
aconfig_declarations {
    name: "libgui_flags",
    package: "com.android.graphics.libgui.flags",
    container: "system",
    srcs: ["libgui_flags.aconfig"],
}

+1 −0
Original line number Diff line number Diff line
package: "com.android.graphics.libgui.flags"
container: "system"

flag {
  name: "bq_setframerate"
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ filegroup {
aconfig_declarations {
    name: "com.android.input.flags-aconfig",
    package: "com.android.input.flags",
    container: "system",
    srcs: ["input_flags.aconfig"],
}

Loading