summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-04-19 17:48:19 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-04-19 17:48:19 +0000
commit761d18019076b01e1dffcfb5a2664b15aba1e96c (patch)
tree5e0cf41af1d76ccfc394aa913229fe38acfe60e5
parent2d9eb1cb4aa4186749c4e42725f5152c029d8358 (diff)
downloadpandaboard-761d18019076b01e1dffcfb5a2664b15aba1e96c.tar.gz
device.mk: inherit product if exists
Change-Id: Ic0084a8c2edbb6d48137c9fb82e795de060ce58f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--device.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index d3d0d58..c6c8b2e 100644
--- a/device.mk
+++ b/device.mk
@@ -43,7 +43,7 @@ DEVICE_PACKAGE_OVERLAYS := \
PRODUCT_TAGS += dalvik.gc.type-precise
-$(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)
+$(call inherit-product-if-exists, frameworks/native/build/tablet-dalvik-heap.mk)
$(call inherit-product-if-exists, device/ti/proprietary-open/install-binaries.mk)
PRODUCT_PROPERTY_OVERRIDES += \
@@ -59,7 +59,7 @@ TARGET_NO_HARDWAREGFX=1
else
PRODUCT_COPY_FILES += \
device/linaro/pandaboard/vold.fstab:system/etc/vold.fstab
- $(call inherit-product, hardware/ti/omap4xxx/omap4.mk)
+ $(call inherit-product-if-exists, hardware/ti/omap4xxx/omap4.mk)
endif
ifeq ($(TARGET_NO_HARDWAREGFX),1)