From 4ce4c12ca4efc398006baeaf351e5fb214f0ba6b Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 19 Aug 2012 12:54:34 +0200 Subject: include vendor if exists Change-Id: Ibc618e76885e3235f9ed81ab781d2625b38ddfbb --- p3110.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3110.mk b/p3110.mk index 148c812..b86d7df 100644 --- a/p3110.mk +++ b/p3110.mk @@ -26,4 +26,4 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf # Use the non-open-source parts, if they're present -$(call inherit-product, vendor/samsung/p31xx/p3110-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p31xx/p3110-vendor.mk) -- cgit v1.1