power_profile: add battery capacity
Bug: 185956384 Test: Manually verified Change-Id: Ida34a4415662bd4e24ef9d2ea64520d1070d436d
This commit is contained in:
parent
a73cca8ccc
commit
2c99b67e63
2 changed files with 4 additions and 0 deletions
|
@ -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) -->
|
||||
|
|
|
@ -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) -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue