summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:25 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:25 +0200
commit97580cdb412f47511706eec42b653c9d9c5ad9d2 (patch)
tree633e543180b726e6840bd9debc1dc6b7146880ae
parent126e7d22674efb31cc778d924ec29c6c391043b9 (diff)
downloaddevice_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.zip
device_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.tar.gz
device_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.tar.bz2
include vendor if exists
Change-Id: I8ba02a6dff3d5961502c8b7019c9d304165be7d8
-rw-r--r--p3110.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p3110.mk b/p3110.mk
index 08d8504..1cc1e39 100644
--- a/p3110.mk
+++ b/p3110.mk
@@ -27,4 +27,4 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/Volume.db:system/etc/Volume.db
# 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)