From 490cf39efecea5975a2716e9420874334f3d0d86 Mon Sep 17 00:00:00 2001 From: Subhaam Date: Fri, 6 Jul 2018 21:25:58 +0530 Subject: [PATCH] whyred: import qti low power whitelist from MIUI 9.5.13 Change-Id: I923e7cb186fa1fbecec4606ce9d89963c26221b7 Signed-off-by: Subhaam --- configs/qti_whitelist.xml | 45 +++++++++++++++++++++++++++++++++++++++ device.mk | 4 ++++ 2 files changed, 49 insertions(+) create mode 100644 configs/qti_whitelist.xml diff --git a/configs/qti_whitelist.xml b/configs/qti_whitelist.xml new file mode 100644 index 0000000..c3bd736 --- /dev/null +++ b/configs/qti_whitelist.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index f81384a..9cff03b 100644 --- a/device.mk +++ b/device.mk @@ -293,6 +293,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libjson +# QCOM +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/qti_whitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/qti_whitelist.xml + # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ cneapiclient \