summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-05-15 16:36:12 -0700
committerDianne Hackborn <hackbod@google.com>2015-05-18 18:13:41 -0700
commitd23e0d6901935588f9472bd7073fea0009581e9b (patch)
tree7ac9c5d0ddcb1fe5dbf8fc204f69dfcf0bf7f197 /Android.mk
parentd5538758af0f6fea0695d3682e9aad2613ab9192 (diff)
downloadframeworks_base-d23e0d6901935588f9472bd7073fea0009581e9b.zip
frameworks_base-d23e0d6901935588f9472bd7073fea0009581e9b.tar.gz
frameworks_base-d23e0d6901935588f9472bd7073fea0009581e9b.tar.bz2
Update power manager to track uid state like netstats.
To follow the correct semantics for when restricts due to device idle can be applied, power manager need to know about uid process states like net policy so that it can allow wake locks from apps that are in the foreground. Since this is being added to a second place, I reworked things so that the activity manager now keeps track of per-uid process states and allows apps to register to listen to those, rather than having to track lower-level process states and transform them into an overall uid state. Both net policy and power manager use this new facility. Change-Id: I77359164c40d0f36fe1ef296dd9f9c3062431148
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index eb6e7b5..146afe0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -84,6 +84,7 @@ LOCAL_SRC_FILES += \
core/java/android/app/job/IJobScheduler.aidl \
core/java/android/app/job/IJobService.aidl \
core/java/android/app/ITransientNotification.aidl \
+ core/java/android/app/IUidObserver.aidl \
core/java/android/app/IUiAutomationConnection.aidl \
core/java/android/app/IUiModeManager.aidl \
core/java/android/app/IUserSwitchObserver.aidl \