powerstats: update specific data provider configurations

Bug: 253951732
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I25002aa32cca636f12615c67555c957036ab2d24
Merged-In: Ie81082c4c2df6620f361a9ad6d2bc725749e0e00
Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
Darren Hsu
2022-10-17 11:59:24 +08:00
committed by TreeHugger Robot
parent 2abdd7f706
commit b36ec31c04
2 changed files with 51 additions and 1 deletions

View File

@@ -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",
],
}