powerstats: update specific data provider configurations
Bug: 253951732 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: Ie81082c4c2df6620f361a9ad6d2bc725749e0e00 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
a3f642a3ce
commit
c4e16906bd
2 changed files with 51 additions and 1 deletions
|
@ -16,6 +16,7 @@ soong_namespace {
|
|||
imports: [
|
||||
"hardware/google/pixel",
|
||||
"device/google/gs201/powerstats",
|
||||
"device/google/gs-common/powerstats",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -38,5 +39,6 @@ cc_binary {
|
|||
|
||||
shared_libs: [
|
||||
"android.hardware.power.stats-impl.gs201",
|
||||
"android.hardware.power.stats-impl.gs-common",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue