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

Commit 5346e794 authored by Justin Yun's avatar Justin Yun
Browse files

com_android_a11y_menu_flags is used from system_ext app

As a system_ext app is using the flags, the flags must be in the
system_ext container instead of the system container.

Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I37c2807766b85cf3d5b6c9b2f1e43c278755b3a4
parent d6c2e676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ package {
aconfig_declarations {
    name: "com_android_a11y_menu_flags",
    package: "com.android.systemui.accessibility.accessibilitymenu",
    container: "system",
    container: "system_ext",
    srcs: [
        "accessibility.aconfig",
    ],
+1 −1
Original line number Diff line number Diff line
package: "com.android.systemui.accessibility.accessibilitymenu"
container: "system"
container: "system_ext"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.