diff options
Diffstat (limited to 'i9305.mk')
-rw-r--r-- | i9305.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ com.android.nfc_extras -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) +$(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) # These are the hardware-specific features PRODUCT_COPY_FILES += \ @@ -94,7 +94,7 @@ PRODUCT_COPY_FILES += \ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) # Include device blobs first -$(call inherit-product, vendor/samsung/i9305/i9305-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/i9305/i9305-vendor.mk) # Include common makefile $(call inherit-product, device/samsung/smdk4412-common/common.mk) |