From 4fcb13b3458a51e4a4f244751d782f2fbee617a2 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 19 Aug 2012 12:54:55 +0200 Subject: include vendor if exists Change-Id: I528ffbe2b8ecc9a1a65360f3e43cd211439aeffe --- p5100.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p5100.mk b/p5100.mk index e468d80..4ea724d 100644 --- a/p5100.mk +++ b/p5100.mk @@ -41,4 +41,4 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml # Use the non-open-source parts, if they're present -$(call inherit-product, vendor/samsung/p51xx/p5100-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p51xx/p5100-vendor.mk) -- cgit v1.1