mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Inital commit of powerstats impl
Most code copied from Google's raven's powerstats source and adapted to ours
This commit is contained in:
parent
d6926a5a11
commit
0ab8aa74bf
8 changed files with 265 additions and 0 deletions
|
|
@ -257,6 +257,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/power/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
||||
|
||||
# Power Stats impl
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.power.stats-service.exynos7
|
||||
|
||||
# Protobuf
|
||||
PRODUCT_PACKAGES += \
|
||||
libprotobuf-cpp-full-vendorcompat \
|
||||
|
|
|
|||
Loading…
Reference in a new issue