1LOCAL_PATH := $(call my-dir) 2include $(CLEAR_VARS) 3 4$(call add-prebuilt-files, ETC, 01_Vendor_ti_omx.cfg) 5 6include $(TI_OMX_TOP)/core_plugin/omx_core_plugin/Android.mk 7
1LOCAL_PATH := $(call my-dir) 2include $(CLEAR_VARS) 3 4$(call add-prebuilt-files, ETC, 01_Vendor_ti_omx.cfg) 5 6include $(TI_OMX_TOP)/core_plugin/omx_core_plugin/Android.mk 7