diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:34 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:54:34 +0200 |
commit | 4ce4c12ca4efc398006baeaf351e5fb214f0ba6b (patch) | |
tree | ab72baa762ffcba388c48c9bf64b5c14f35f671d | |
parent | 86c69194a0e10baae13f48d70bb5cb321b5c31cc (diff) | |
download | device_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.zip device_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.tar.gz device_samsung_p3110-4ce4c12ca4efc398006baeaf351e5fb214f0ba6b.tar.bz2 |
include vendor if exists
Change-Id: Ibc618e76885e3235f9ed81ab781d2625b38ddfbb
-rw-r--r-- | p3110.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,4 +26,4 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf # Use the non-open-source parts, if they're present -$(call inherit-product, vendor/samsung/p31xx/p3110-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p31xx/p3110-vendor.mk) |