summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:50 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-19 12:56:50 +0200
commitd808be0cd1cb94da08085004995f43a4e11ecb4f (patch)
tree8b29a65167949cb051d960a1f7961c3393499f6d
parent9f8eaabc1014f085e17644c0eedd6ba968a2931e (diff)
downloaddevice_samsung_p5110-d808be0cd1cb94da08085004995f43a4e11ecb4f.zip
device_samsung_p5110-d808be0cd1cb94da08085004995f43a4e11ecb4f.tar.gz
device_samsung_p5110-d808be0cd1cb94da08085004995f43a4e11ecb4f.tar.bz2
include vendor if exists
Change-Id: Ief2fb4f06c2aee0146916f72f6548e8a394e84a1
-rw-r--r--p5110.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/p5110.mk b/p5110.mk
index 0bad169..4ef81c2 100644
--- a/p5110.mk
+++ b/p5110.mk
@@ -21,4 +21,4 @@ LOCAL_PATH := device/samsung/p5110
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# 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)