summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index bc7d3f2..705f69d 100644
--- a/common.mk
+++ b/common.mk
@@ -164,5 +164,5 @@ TARGET_HAL_PATH := hardware/samsung/exynos4/hal
TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
$(call inherit-product, hardware/samsung/exynos4x12.mk)
-# Include non-opensource parts if available
-$(call inherit-product-if-exists, vendor/samsung/smdk4412-common/common-vendor.mk)
+# Include non-opensource parts
+$(call inherit-product, vendor/samsung/smdk4412-common/common-vendor.mk)