summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:42 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:42 +0200
commit8d1d2c31b81dee4dbc647530593f267ed46d5305 (patch)
treef758a005f83953d17978915d3c4b85ffb4805b3e
parent145ea0d7ed709a737aae758241535a41a7c4c7c5 (diff)
downloaddevice_samsung_p5100-8d1d2c31b81dee4dbc647530593f267ed46d5305.zip
device_samsung_p5100-8d1d2c31b81dee4dbc647530593f267ed46d5305.tar.gz
device_samsung_p5100-8d1d2c31b81dee4dbc647530593f267ed46d5305.tar.bz2
include vendor if exists
Change-Id: Id52295d2afe4a0b2c128054b5289565be41b2002
-rw-r--r--p5100.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p5100.mk b/p5100.mk
index 6c9bd4b..4782f9e 100644
--- a/p5100.mk
+++ b/p5100.mk
@@ -36,4 +36,4 @@ PRODUCT_COPY_FILES += \
frameworks/base/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)