summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:17 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:17 +0200
commitc14b6165f7477facdf0cf68832e2e9c1d95635bb (patch)
tree94e1a391385646c0390bbe52a2b7f0fb405ae7f3
parent78dcae3405dcca6dda7c62eb52a19180a0712ebe (diff)
downloaddevice_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.zip
device_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.tar.gz
device_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.tar.bz2
include vendor if exists
Change-Id: Id557fabeee2004bd2fcdd7ce4a66a63c803dee24
-rw-r--r--p3100.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p3100.mk b/p3100.mk
index 795e96e..947edcc 100644
--- a/p3100.mk
+++ b/p3100.mk
@@ -42,4 +42,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/p31xx/p3100-vendor.mk)
+$(call inherit-product-if-exists, vendor/samsung/p31xx/p3100-vendor.mk)