aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 72b025356e88987e29902ac83530d26e1d46aff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(BOARD_USES_MRST_OMX),true)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

INTEL_OMX_COMPONENT_ROOT := $(LOCAL_PATH)

#intel video codecs
include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/Android.mk
include $(INTEL_OMX_COMPONENT_ROOT)/videocodec/libvpx_internal/Android.mk
endif #BOARD_USES_MRST_OMX