From 24de677463060ad71bbbc2edfa8598f0c26239fe Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 10 Jan 2017 11:09:59 +0100 Subject: [PATCH] Don't expect the existence of the blob repo Signed-off-by: Wolfgang Wiedmeyer --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 665e143..0d0f465 100644 --- a/common.mk +++ b/common.mk @@ -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)