summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2012-09-19 10:39:34 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2012-09-19 10:52:53 +0800
commit9436f2028f0ee52a2053c4d3a8d0a6336824ecb7 (patch)
treee10a2c4c0b3a55ae1090413bc997a6620065dd66
parent72dcd4e6081d599278c15b2434c3aa03311b4032 (diff)
downloadpandaboard-9436f2028f0ee52a2053c4d3a8d0a6336824ecb7.tar.gz
device.mk: inherit omap4.mk for stable build
inherit hardware/ti/omap4xxx/omap4.mk file to add the files like libOMX.TI.DUCAT1.VIDEO.CAMERA.so to the build this modification also fixes the following problem on stable build: https://bugs.launchpad.net/linaro-android/+bug/1033911 Change-Id: I35237db4c7a550827d929c9a1b7ace91eb7417c8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index f064181..e9ef9cb 100644
--- a/device.mk
+++ b/device.mk
@@ -59,6 +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)
endif
ifeq ($(TARGET_NO_HARDWAREGFX),1)