From 7a5ae7f22a9930cb6564d379fab65d376ede8c91 Mon Sep 17 00:00:00 2001 From: RGIB Date: Sun, 20 Nov 2016 03:00:52 +0100 Subject: i9305 : correct order to include blobs Change-Id: I4b8b6aaa9e1f73d1d26e8cd49fd8eb8cd3734d0f --- i9305.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i9305.mk b/i9305.mk index f35f2eb..bbcee27 100644 --- a/i9305.mk +++ b/i9305.mk @@ -73,8 +73,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml +# Include device blobs first +$(call inherit-product, vendor/samsung/i9305/i9305-vendor.mk) + # Include common makefile -$(call inherit-product, device/samsung/smdk4412-common/common.mk) $(call inherit-product, device/samsung/smdk4412-qcom-common/common.mk) - -$(call inherit-product-if-exists, vendor/samsung/i9305/i9305-vendor.mk) +$(call inherit-product, device/samsung/smdk4412-common/common.mk) -- cgit v1.2.3