summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:55:10 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:55:10 +0200
commit1aa901bc8adacc6a45c79bd2ca7efce501719eab (patch)
treec99b40fbc337ead2819e26f4cfae85c71686b2ce
parent245c2f29f2498c9d8df16324a81958f047aef0bb (diff)
downloaddevice_samsung_p5110-1aa901bc8adacc6a45c79bd2ca7efce501719eab.zip
device_samsung_p5110-1aa901bc8adacc6a45c79bd2ca7efce501719eab.tar.gz
device_samsung_p5110-1aa901bc8adacc6a45c79bd2ca7efce501719eab.tar.bz2
include vendor if exists
Change-Id: I08fe3114505a62ec03c57758db1c4d59fbb6ca0a
-rw-r--r--p5110.mk2
1 files changed, 1 insertions, 1 deletions
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)