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:
roynatech2544 2022-08-27 07:07:14 +09:00
commit 0ab8aa74bf
8 changed files with 265 additions and 0 deletions

View file

@ -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 \