From 77b12e5b93076d7e880bb1faa428f0489a689e81 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 27 Jan 2017 20:52:48 +0100 Subject: initial Replicant config Signed-off-by: Wolfgang Wiedmeyer --- i9305.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i9305.mk') diff --git a/i9305.mk b/i9305.mk index 9cc54c6..45961b6 100644 --- a/i9305.mk +++ b/i9305.mk @@ -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) -- cgit v1.1