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

Commit a872dc96 authored by Matt Buckley's avatar Matt Buckley
Browse files

Add a new aconfig file for ADPF flags

This will eventually become the standard adpf flag container, to make adding flags easier without top-level OWNERS needed for android.os flags.aconfig

Bug: none
Change-Id: I4dc0ad3e55d81faf49df39a1e96b9eaa8b9e5a6d
Flag: n/a
Test: n/a
parent 88384179
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"