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

Commit 78ca4fa7 authored by Xiang Wang's avatar Xiang Wang
Browse files

Flag the CTS for thread cleanup

Bug: 332611146
Test: atest PowerManagerStatsTests
Change-Id: If7c29578c4b94e5a5b60c30bca5f34f3cbf4398f
parent d8cd6977
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -11,3 +11,10 @@ java_aconfig_library {
    name: "power_hint_flags_lib",
    aconfig_declarations: "power_hint_flags",
}

java_aconfig_library {
    name: "power_hint_flags_lib_host",
    aconfig_declarations: "power_hint_flags",
    host_supported: true,
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}