commit | 3869da7529965c5df42abafee29926e7d405e07f | [log] [tgz] |
---|---|---|
author | Kweku Adams <kwekua@google.com> | Fri Sep 29 23:45:19 2023 +0000 |
committer | Kweku Adams <kwekua@google.com> | Mon Nov 06 18:26:07 2023 +0000 |
tree | 318b255c61bdaac823648a32973c5bddc243a12f | |
parent | 896c5c42c7a2dd9271957872fc1b29d96c1884ea [diff] [blame] |
Add ability to disable wakelocks in light idle. Make it possible to disable wakelocks for background apps while the device is in light device idle mode. Bug: 299329948 Test: atest PowerServiceTests:PowerManagerServiceTest Change-Id: Ice07f936f6a2ac329825564cb4d8950a92e65fc3
diff --git a/services/tests/powerservicetests/Android.bp b/services/tests/powerservicetests/Android.bp index 7351fc5f..8d455fe 100644 --- a/services/tests/powerservicetests/Android.bp +++ b/services/tests/powerservicetests/Android.bp
@@ -11,6 +11,7 @@ ], static_libs: [ + "flag-junit", "frameworks-base-testutils", "platform-compat-test-rules", "platform-test-annotations",