summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-09-03 17:57:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-03 17:57:09 +0000
commit26b768d9f86633e4a3c23444b662ae66e4e6ffa4 (patch)
tree845b63168f696785f1a01a6cd79653e5d5da1be3
parent19ed5b0b29d7bf821bcae9ba5b088df03c7056d3 (diff)
parente5525f80d738386906c221a2a29779836cbb5bc0 (diff)
downloadbase-android10-gsi.tar.gz
Merge "add default cpu.active power consumption" into android10-gsiandroid10-gsi
-rw-r--r--core/res/res/xml/power_profile.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/xml/power_profile.xml b/core/res/res/xml/power_profile.xml
index 899d630a51b7..d8ec72f33ddc 100644
--- a/core/res/res/xml/power_profile.xml
+++ b/core/res/res/xml/power_profile.xml
@@ -51,6 +51,12 @@
<value>0.1</value> <!-- ~1mA -->
</array>
+ <!-- Additional power consumption by CPU excluding cluster and core when
+ running -->
+ <array name="cpu.active">
+ <value>0.1</value>
+ </array>
+
<!-- A list of heterogeneous CPU clusters, where the value for each cluster represents the
number of CPU cores for that cluster.