From 1aa901bc8adacc6a45c79bd2ca7efce501719eab Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 19 Aug 2012 12:55:10 +0200 Subject: include vendor if exists Change-Id: I08fe3114505a62ec03c57758db1c4d59fbb6ca0a --- p5110.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p5110.mk b/p5110.mk index 01172f4..59bdcc1 100644 --- a/p5110.mk +++ b/p5110.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/p51xx/p5110-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p51xx/p5110-vendor.mk) -- cgit v1.1