From 0ae6a348cb70fb50ee12a430bf1475974173c8bb Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Fri, 19 Oct 2018 16:43:03 +0200 Subject: [PATCH] clover: disable davlik and hwui includes --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index ca40662..6e48fc6 100644 --- a/device.mk +++ b/device.mk @@ -26,10 +26,10 @@ $(call inherit-product, device/xiaomi/sdm660-common/platform.mk) # setup dalvik vm configs -$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) +#$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) # setup HWUI configs -$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) +#$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) DEVICE_PATH := device/xiaomi/clover