powerstats: remove support of bluetooth data provider am: 5345021276
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19424472 Change-Id: I3c765e2a6edc52c1b0b0a7761867815b04035dd3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b47230b2c6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
addGs201CommonDataProviders(p);
|
addGs201CommonDataProvidersQc(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
addNFC(p, "/sys/devices/platform/10970000.hsi2c/i2c-4/i2c-st21nfc/power_stats");
|
addNFC(p, "/sys/devices/platform/10970000.hsi2c/i2c-4/i2c-st21nfc/power_stats");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue