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

Commit 443b3c6f authored by Dennis Shen's avatar Dennis Shen
Browse files

assign aconfig package owning container

Bug: 330354107
Test: CI

Flag: NONE

Ignore-AOSP-First: It is easier to detect all the mismatch in internal
master.

Change-Id: I91a49bdebd4a8fd0def393b0f43bf283ce86721a
parent 95f7b2a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
aconfig_declarations {
    name: "service-deviceidle.flags-aconfig",
    package: "com.android.server.deviceidle",
    container: "system",
    srcs: [
        "device_idle.aconfig",
    ],
@@ -17,6 +18,7 @@ java_aconfig_library {
aconfig_declarations {
    name: "service-job.flags-aconfig",
    package: "com.android.server.job",
    container: "system",
    srcs: [
        "job.aconfig",
    ],
@@ -32,6 +34,7 @@ java_aconfig_library {
aconfig_declarations {
    name: "alarm_flags",
    package: "com.android.server.alarm",
    container: "system",
    srcs: ["alarm.aconfig"],
}

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

flag {
    name: "use_frozen_state_to_drop_listener_alarms"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.deviceidle"
container: "system"

flag {
    name: "disable_wakelocks_in_light_idle"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.job"
container: "system"

flag {
    name: "batch_active_bucket_jobs"