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

Commit feb3f74a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a new aconfig file for ADPF flags" into main

parents 09eda254 a872dc96
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,15 @@ aconfig_declarations {
    ],
}

aconfig_declarations {
    name: "adpf_flags",
    package: "android.adpf",
    container: "system",
    srcs: [
        "adpf_flags.aconfig",
    ],
}

java_aconfig_library {
    name: "power_hint_flags_lib",
    aconfig_declarations: "power_hint_flags",
+7 −0
Original line number Diff line number Diff line
# New location for generic ADPF flags across the system
# This will be moved to the top-level frameworks/base adpf library
# once it lands

package: "android.adpf"
container: "system"