diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:17 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:17 +0200 |
commit | 9257fb4aaa1f17157fc1f1657187944454e2b1e0 (patch) | |
tree | 1d0efb4a7fb7936f0ea018c6ef8b48059565d52d | |
parent | bbc57414375457acc7c8168c3117231cafe1089a (diff) | |
download | device_samsung_p3100-9257fb4aaa1f17157fc1f1657187944454e2b1e0.zip device_samsung_p3100-9257fb4aaa1f17157fc1f1657187944454e2b1e0.tar.gz device_samsung_p3100-9257fb4aaa1f17157fc1f1657187944454e2b1e0.tar.bz2 |
include vendor if exists
Change-Id: I408e51d5b76b1afa1c8190cade6c1eba516b311b
-rw-r--r-- | p3100.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,4 +41,4 @@ PRODUCT_COPY_FILES += \ frameworks/native/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) |