From d808be0cd1cb94da08085004995f43a4e11ecb4f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 19 Aug 2012 12:56:50 +0200 Subject: include vendor if exists Change-Id: Ief2fb4f06c2aee0146916f72f6548e8a394e84a1 --- p5110.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p5110.mk b/p5110.mk index 0bad169..4ef81c2 100644 --- a/p5110.mk +++ b/p5110.mk @@ -21,4 +21,4 @@ LOCAL_PATH := device/samsung/p5110 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # Use the non-open-source parts, if they're present -$(call inherit-product, vendor/samsung/p51xx/p5110-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p51xx/p5110-vendor.mk) -- cgit v1.1