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

Commit 74f77864 authored by LaMont Jones's avatar LaMont Jones
Browse files

Fix container for aconfig flags.

This app is in system_ext, not system.

Bug: b/325307746
Test: manual
Flag: NA
Change-Id: Ibb1c7a4b338b6bf900a626e7ec66a28e0f90169d
parent 0b32b7a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ package {
aconfig_declarations {
    name: "com_android_launcher3_flags",
    package: "com.android.launcher3",
    container: "system",
    container: "system_ext",
    srcs: ["**/*.aconfig"],
}

+1 −1
Original line number Diff line number Diff line
package: "com.android.launcher3"
container: "system"
container: "system_ext"

flag {
    name: "enable_expanding_pause_work_button"
+2 −2
Original line number Diff line number Diff line
package: "com.android.launcher3"
container: "system"
container: "system_ext"

flag {
    name: "enable_private_space"