summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSundar Raman <a0393242@ti.com>2013-07-25 22:49:14 -0500
committerSundar Raman <a0393242@ti.com>2013-07-25 22:50:34 -0500
commit7a5b1ab9a136796f7a07dd1738b50dc8165cc953 (patch)
tree31dc3f71deb0fa0dd6f5ad8ccbcb519a55d43daa
parent2319e7e2d6b50fed8d078891f5a2bdedcf4c49d6 (diff)
downloaddomx-omapzoom-d-jb-mr1-release.tar.gz
Compile out domx on jacinto6d-jb-mr2.0-released-jb-mr1-release
Compile out domx on j6 since it is not ready yet. domx will be replaced by omx+dce combination Change-Id: I5b18f4cd2e10e755eb7cd09b52c25f342d6dff9a Signed-off-by: Sundar Raman <a0393242@ti.com>
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 40c8f48..9003fe6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+#DOMX is not supported on J6 yet. Supported only on omap4 and omap5
+ifeq ($(TARGET_BOARD_PLATFORM), $(filter $(TARGET_BOARD_PLATFORM), omap4 omap5))
ifeq ($(ENHANCED_DOMX),true)
# DOMX not used in OMAP3 program
@@ -37,3 +39,4 @@ ifeq ($(ENHANCED_DOMX),true)
endif # ifeq ($(TARGET_BOARD_PLATFORM),omap4)
endif #ifeq ($(ENHANCED_DOMX),true)
+endif