From c9c13bb8669cdedb6bc93b1c5afd400927a1af2e Mon Sep 17 00:00:00 2001 From: "Angelo G. Del Regno" Date: Thu, 18 May 2017 19:43:12 +0200 Subject: Migrate to new RQBalance-PowerHAL's XML configuration The new RQBalance-PowerHAL deprecates configuration through Android properties. Now the configuration is parsed from an XML, located at /system/etc/rqbalance_config.xml. Change-Id: Iebc85a4f420e9b471139063a03a3831f95be5e28 --- shinano.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shinano.mk') diff --git a/shinano.mk b/shinano.mk index 07fb1f8..011b6d3 100644 --- a/shinano.mk +++ b/shinano.mk @@ -106,6 +106,11 @@ PRODUCT_PACKAGES += \ com.qualcomm.location \ gps.msm8974 + +# RQBalance-PowerHAL configuration +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/rootdir/system/etc/rqbalance_config.xml:system/etc/rqbalance_config.xml + # IPC Security Config PRODUCT_COPY_FILES += \ $(COMMON_PATH)/rootdir/system/etc/sec_config:system/etc/sec_config -- cgit v1.2.3