diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:17 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:17 +0200 |
commit | c14b6165f7477facdf0cf68832e2e9c1d95635bb (patch) | |
tree | 94e1a391385646c0390bbe52a2b7f0fb405ae7f3 | |
parent | 78dcae3405dcca6dda7c62eb52a19180a0712ebe (diff) | |
download | device_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.zip device_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.tar.gz device_samsung_p3100-c14b6165f7477facdf0cf68832e2e9c1d95635bb.tar.bz2 |
include vendor if exists
Change-Id: Id557fabeee2004bd2fcdd7ce4a66a63c803dee24
-rw-r--r-- | p3100.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ PRODUCT_COPY_FILES += \ frameworks/base/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) |