power_profile: add battery capacity

Bug: 185956384
Test: Manually verified
Change-Id: Ida34a4415662bd4e24ef9d2ea64520d1070d436d
This commit is contained in:
samou 2021-07-14 01:48:26 +00:00 committed by TreeHugger Robot
parent a73cca8ccc
commit 2c99b67e63
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@
*/
-->
<device name="Android">
<!-- All values are in mA except as noted -->
<item name="battery.capacity">4614</item>
<!-- Number of cores each CPU cluster contains -->
<array name="cpu.clusters.cores">
<value>4</value> <!-- Cluster 0 has 4 cores (cpu0, cpu1, cpu2, cpu3) -->

View file

@ -17,6 +17,8 @@
*/
-->
<device name="Android">
<!-- All values are in mA except as noted -->
<item name="battery.capacity">5003</item>
<!-- Number of cores each CPU cluster contains -->
<array name="cpu.clusters.cores">
<value>4</value> <!-- Cluster 0 has 4 cores (cpu0, cpu1, cpu2, cpu3) -->