summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:54:34 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:54:34 +0200
commit4ce4c12ca4efc398006baeaf351e5fb214f0ba6b (patch)
treeab72baa762ffcba388c48c9bf64b5c14f35f671d
parent86c69194a0e10baae13f48d70bb5cb321b5c31cc (diff)
downloaddevice_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.zip
device_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.tar.gz
device_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.tar.bz2
include vendor if exists
Change-Id: Ibc618e76885e3235f9ed81ab781d2625b38ddfbb
-rw-r--r--p3110.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p3110.mk b/p3110.mk
index 148c812..b86d7df 100644
--- a/p3110.mk
+++ b/p3110.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/p31xx/p3110-vendor.mk)
+$(call inherit-product-if-exists, vendor/samsung/p31xx/p3110-vendor.mk)