1 ifeq ($(BOARD_USES_MRST_OMX),true) 2 3 LOCAL_PATH := $(call my-dir) 4 include $(CLEAR_VARS) 5 6 INTEL_OMX_COMPONENT_ROOT := $(LOCAL_PATH) 7 8 #intel video codecs 9 include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/Android.mk 10 include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/libvpx_internal/Android.mk 11 endif #BOARD_USES_MRST_OMX 12