diff options
| author | Ho-Eun Ryu <ho-eun.ryu@windriver.com> | 2010-01-13 10:35:54 +0900 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:39 -0700 |
| commit | 2231bc65e0c43243110c1df333fc1aa341fc1085 (patch) | |
| tree | 32c0c93d8ab6c448c9f716ed75d14460efa30a17 /Android.mk | |
| parent | 0df16aba7125b550958ea35dad8bf76a8229ab65 (diff) | |
| download | android_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.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
