From 9257fb4aaa1f17157fc1f1657187944454e2b1e0 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 19 Aug 2012 12:54:17 +0200 Subject: include vendor if exists Change-Id: I408e51d5b76b1afa1c8190cade6c1eba516b311b --- p3100.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p3100.mk') diff --git a/p3100.mk b/p3100.mk index 10d20db..422361a 100644 --- a/p3100.mk +++ b/p3100.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/p31xx/p3100-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p31xx/p3100-vendor.mk) -- cgit v1.1