From f35a4af673bb127d6bcbbaeec16159df01fda618 Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Thu, 18 Oct 2018 15:53:24 +0200 Subject: [PATCH] clover: config: Include Vendor Blobs from clover --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 4b29df1..d9d58c3 100644 --- a/device.mk +++ b/device.mk @@ -120,6 +120,9 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1200 +# Include Vendor files +$(call inherit-product, vendor/xiaomi/sdm660/clover/clover-vendor.mk) + # Set those variables here to overwrite the inherited values. PRODUCT_NAME := aosp_clover PRODUCT_DEVICE := clover