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

Commit be8d6dcd authored by Zhi Dou's avatar Zhi Dou
Browse files

change container of device_state_flags from system to system_ext

This commit changes the container of device_state_flags from system to
system_ext, since the flag is used in the library and binaries installed
in system_ext partition.

Bug: 328444881
Test: presubmit
Change-Id: I586cf7e238d362175f6b90f8809f56577d6b19bb
parent 753160d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
aconfig_declarations {
    name: "device_state_flags",
    package: "com.android.server.policy.feature.flags",
    container: "system",
    container: "system_ext",
    srcs: [
        "device_state_flags.aconfig",
    ],
+1 −1
Original line number Diff line number Diff line
package: "com.android.server.policy.feature.flags"
container: "system"
container: "system_ext"

flag {
    name: "enable_dual_display_blocking"