summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-09-07 22:20:29 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-09-07 22:20:29 +0200
commite4cfa197f1529dd7fdd7d55fec8e224a289b6f5b (patch)
tree6877fbc2bccb7e9fae4afe3fe765a80d47e98f69 /common.mk
parent4831909c8fe136f5d1b56834e7b6a24d85487d65 (diff)
downloaddevice_samsung_galaxys2-common-e4cfa197f1529dd7fdd7d55fec8e224a289b6f5b.zip
device_samsung_galaxys2-common-e4cfa197f1529dd7fdd7d55fec8e224a289b6f5b.tar.gz
device_samsung_galaxys2-common-e4cfa197f1529dd7fdd7d55fec8e224a289b6f5b.tar.bz2
galaxys2: require vendor
Change-Id: I09130a30aa412f1221ee0a771483494da5f16c95
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files 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)