From e4cfa197f1529dd7fdd7d55fec8e224a289b6f5b Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sat, 7 Sep 2013 22:20:29 +0200 Subject: [PATCH] galaxys2: require vendor Change-Id: I09130a30aa412f1221ee0a771483494da5f16c95 --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 3e7fac1..c5df704 100644 --- a/common.mk +++ b/common.mk @@ -185,5 +185,5 @@ TARGET_HAL_PATH := hardware/samsung/exynos4/hal TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax $(call inherit-product, hardware/samsung/exynos4210.mk) -# Use the non-open-source parts, if they're present --include vendor/samsung/galaxys2-common/common-vendor.mk +# Include non-open-source parts +$(call inherit-product, vendor/samsung/galaxys2-common/common-vendor.mk)