diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 11:09:59 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 11:09:59 +0100 |
commit | 24de677463060ad71bbbc2edfa8598f0c26239fe (patch) | |
tree | cec23076ec70f6f4e01cfd121ea2f4c3b14f12f2 | |
parent | 640eb97c4371224b8484b5028c5f035c191548a3 (diff) | |
download | device_samsung_galaxys2-common-24de677463060ad71bbbc2edfa8598f0c26239fe.zip device_samsung_galaxys2-common-24de677463060ad71bbbc2edfa8598f0c26239fe.tar.gz device_samsung_galaxys2-common-24de677463060ad71bbbc2edfa8598f0c26239fe.tar.bz2 |
Don't expect the existence of the blob repo
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,4 +189,4 @@ TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax $(call inherit-product, hardware/samsung/exynos4210.mk) # Include non-open-source parts -$(call inherit-product, vendor/samsung/galaxys2-common/common-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/galaxys2-common/common-vendor.mk) |