From 62edf0194fe7e1f5e709bc141de01ba4d6d9a2f6 Mon Sep 17 00:00:00 2001 From: Stricted Date: Fri, 21 Sep 2018 23:38:23 +0200 Subject: [PATCH] universal8895: inherit proprietary vendor files Change-Id: Ie8a29dc571838c8fca20d062bf4c5cd62af41476 --- device-common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-common.mk b/device-common.mk index 287fd16..042372d 100644 --- a/device-common.mk +++ b/device-common.mk @@ -28,3 +28,6 @@ PRODUCT_AAPT_CONFIG := xlarge PRODUCT_AAPT_PREF_CONFIG := xxxhdpi # A list of dpis to select prebuilt apk, in precedence order. PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi + +# call the proprietary setup +$(call inherit-product, vendor/samsung/universal8895-common/universal8895-common-vendor.mk) -- 2.20.1