aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-11-20 03:00:52 +0100
committerRGIB <gibellini.roberto@gmail.com>2016-11-20 03:00:52 +0100
commit7a5ae7f22a9930cb6564d379fab65d376ede8c91 (patch)
treecbf6dd816ed01ba5b610cf2ac3e8eaf40f50e64f
parent457e0b39a7a3a7514a059502b10d4b5fae3c58af (diff)
downloaddevice_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.tar.gz
device_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.tar.bz2
device_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.zip
i9305 : correct order to include blobs
Change-Id: I4b8b6aaa9e1f73d1d26e8cd49fd8eb8cd3734d0f
-rw-r--r--i9305.mk7
1 files 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)