diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:55 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:55 +0200 |
commit | 4fcb13b3458a51e4a4f244751d782f2fbee617a2 (patch) | |
tree | a5ea4763455bd39c52acbe645ea30bd665a58a1b | |
parent | 4a2c08ff8983df4dc9c8dff7a9a31f304fd88004 (diff) | |
download | device_samsung_espresso3g-4fcb13b3458a51e4a4f244751d782f2fbee617a2.zip device_samsung_espresso3g-4fcb13b3458a51e4a4f244751d782f2fbee617a2.tar.gz device_samsung_espresso3g-4fcb13b3458a51e4a4f244751d782f2fbee617a2.tar.bz2 |
include vendor if exists
Change-Id: I528ffbe2b8ecc9a1a65360f3e43cd211439aeffe
-rw-r--r-- | p5100.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/p51xx/p5100-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p51xx/p5100-vendor.mk) |