aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)