diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:25 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-19 12:56:25 +0200 |
commit | 97580cdb412f47511706eec42b653c9d9c5ad9d2 (patch) | |
tree | 633e543180b726e6840bd9debc1dc6b7146880ae | |
parent | 126e7d22674efb31cc778d924ec29c6c391043b9 (diff) | |
download | device_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.zip device_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.tar.gz device_samsung_p3110-97580cdb412f47511706eec42b653c9d9c5ad9d2.tar.bz2 |
include vendor if exists
Change-Id: I8ba02a6dff3d5961502c8b7019c9d304165be7d8
-rw-r--r-- | p3110.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,4 +27,4 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/Volume.db:system/etc/Volume.db # 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) |