Add power stats service for specific device

Bug: 183052760
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I20fa0e1b369f9b5f15e7881eea87ef699176dccc
Merged-In: I20fa0e1b369f9b5f15e7881eea87ef699176dccc
This commit is contained in:
Benjamin Schwartz 2021-03-18 17:55:40 -07:00
parent 9420469be8
commit c798cb39a0
13 changed files with 321 additions and 0 deletions

View file

@ -2,6 +2,7 @@ soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"device/google/gs101",
],
}