diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-07 22:20:29 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-07 22:20:29 +0200 |
commit | e4cfa197f1529dd7fdd7d55fec8e224a289b6f5b (patch) | |
tree | 6877fbc2bccb7e9fae4afe3fe765a80d47e98f69 | |
parent | 4831909c8fe136f5d1b56834e7b6a24d85487d65 (diff) | |
download | device_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
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |