powerstats: use gs common library to get common data providers

Bug: 206576142
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Ia0ccf9d07df5672b6196d1984ace540c6ee06d15
Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
Darren Hsu 2022-01-04 14:33:40 +08:00
parent 67f708afd9
commit 6229c71f38
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
soong_namespace {
imports: [
"hardware/google/pixel",
"device/google/gs101",
"device/google/gs101/powerstats",
]
}

View file

@ -15,7 +15,7 @@
soong_namespace {
imports: [
"hardware/google/pixel",
"device/google/gs101",
"device/google/gs101/powerstats",
]
}

View file

@ -15,7 +15,7 @@
soong_namespace {
imports: [
"hardware/google/pixel",
"device/google/gs101",
"device/google/gs101/powerstats",
]
}

View file

@ -15,7 +15,7 @@
soong_namespace {
imports: [
"hardware/google/pixel",
"device/google/gs101",
"device/google/gs101/powerstats",
]
}