diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:50 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:50 +0200 |
commit | d808be0cd1cb94da08085004995f43a4e11ecb4f (patch) | |
tree | 8b29a65167949cb051d960a1f7961c3393499f6d | |
parent | 9f8eaabc1014f085e17644c0eedd6ba968a2931e (diff) | |
download | device_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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |