aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorHo-Eun Ryu <ho-eun.ryu@windriver.com>2010-01-13 10:35:54 +0900
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:39 -0700
commit2231bc65e0c43243110c1df333fc1aa341fc1085 (patch)
tree32c0c93d8ab6c448c9f716ed75d14460efa30a17 /Android.mk
parent0df16aba7125b550958ea35dad8bf76a8229ab65 (diff)
downloadandroid_hardware_intel_common_omx-components-2231bc65e0c43243110c1df333fc1aa341fc1085.tar.gz
android_hardware_intel_common_omx-components-2231bc65e0c43243110c1df333fc1aa341fc1085.tar.bz2
android_hardware_intel_common_omx-components-2231bc65e0c43243110c1df333fc1aa341fc1085.zip
build: build only when BOARD_USES_MRST_OMX is true
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9dd6b18..b713482 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,7 @@
# Copyright (c) 2009-2010 Wind River Systems, Inc.
+
+ifeq ($(strip $(BOARD_USES_MRST_OMX)),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -33,3 +36,5 @@ PV_INCLUDES := \
# poulsbo
-include $(VENDORS_INTEL_MRST_COMPONENTS_ROOT)/psb/Android.mk
+
+endif #BOARD_USES_MRST_OMX