diff options
Diffstat (limited to 'camera/mm-image-codec/qomx_core/Android.mk')
| -rw-r--r-- | camera/mm-image-codec/qomx_core/Android.mk | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/camera/mm-image-codec/qomx_core/Android.mk b/camera/mm-image-codec/qomx_core/Android.mk deleted file mode 100644 index 763b6d1..0000000 --- a/camera/mm-image-codec/qomx_core/Android.mk +++ /dev/null @@ -1,28 +0,0 @@ -OMX_CORE_PATH := $(call my-dir) - -# ------------------------------------------------------------------------------ -# Make the shared library (libqomx_core) -# ------------------------------------------------------------------------------ - -include $(CLEAR_VARS) -LOCAL_PATH := $(OMX_CORE_PATH) -LOCAL_MODULE_TAGS := optional - -omx_core_defines:= -Werror \ - -g -O0 - -LOCAL_CFLAGS := $(omx_core_defines) - -OMX_HEADER_DIR := frameworks/native/include/media/openmax - -LOCAL_C_INCLUDES := $(OMX_HEADER_DIR) -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../qexif - -LOCAL_SRC_FILES := qomx_core.c - -LOCAL_MODULE := libqomx_core -LOCAL_32_BIT_ONLY := true -LOCAL_PRELINK_MODULE := false -LOCAL_SHARED_LIBRARIES := libcutils libdl - -include $(BUILD_SHARED_LIBRARY) |
