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

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

Set the container field of aconfig flags

Please see go/aconfig-flag-containers for more context

Test: m
Bug: 312769710
Change-Id: I92230d0574f58970aa32bb7c5d493af32dc1b40f
parent 0c0a96dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,12 +22,13 @@
package {
    default_visibility: [
        "//visibility:public",
    ]
    ],
}

aconfig_declarations {
    name: "com_android_systemui_shared_flags",
    package: "com.android.systemui.shared",
    container: "system",
    srcs: [
        "*.aconfig",
    ],
+1 −0
Original line number Diff line number Diff line
package: "com.android.systemui.shared"
container: "system"

# Note: for shared flags across SystemUI & framework

+1 −0
Original line number Diff line number Diff line
package: "com.android.systemui.shared"
container: "system"

flag {
    name: "example_shared_flag"