diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-07 22:18:07 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-09-07 22:18:07 +0200 |
commit | c08fc8c8531d4acdab11c6b612642d96398d3c77 (patch) | |
tree | 7e24b8207104669edfebd5fadc3a3a4c68b4a331 | |
parent | 918238b84247c5e1eb4e1e521b762167647af27b (diff) | |
download | device_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.zip device_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.tar.gz device_samsung_smdk4412-common-c08fc8c8531d4acdab11c6b612642d96398d3c77.tar.bz2 |
smdk4412: require vendor
Change-Id: Idca65628efac769225b75e3873cd9f9169d59d64
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |