| LOCAL_PATH := $(call my-dir) | |
| include $(CLEAR_VARS) | |
| LOCAL_SRC_FILES := \ | |
| sst.cpp | |
| LOCAL_MODULE := libwrs_omxil_intel_mrst_sst | |
| LOCAL_CPPFLAGS := | |
| LOCAL_LDFLAGS := | |
| LOCAL_SHARED_LIBRARIES := \ | |
| libwrs_omxil_common \ | |
| liblog | |
| LOCAL_C_INCLUDES := \ | |
| $(WRS_OMXIL_CORE_ROOT)/utils/inc \ | |
| $(WRS_OMXIL_CORE_ROOT)/base/inc \ | |
| $(WRS_OMXIL_CORE_ROOT)/core/inc/khronos/openmax/include | |
| include $(BUILD_SHARED_LIBRARY) |