diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-11-20 03:00:52 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-11-20 03:00:52 +0100 |
commit | 7a5ae7f22a9930cb6564d379fab65d376ede8c91 (patch) | |
tree | cbf6dd816ed01ba5b610cf2ac3e8eaf40f50e64f | |
parent | 457e0b39a7a3a7514a059502b10d4b5fae3c58af (diff) | |
download | device_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.zip device_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.tar.gz device_samsung_i9305-7a5ae7f22a9930cb6564d379fab65d376ede8c91.tar.bz2 |
i9305 : correct order to include blobs
Change-Id: I4b8b6aaa9e1f73d1d26e8cd49fd8eb8cd3734d0f
-rw-r--r-- | i9305.mk | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |