aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/GLESv1_dec/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/GLESv1_dec/Android.mk')
-rw-r--r--emulator/opengl/host/libs/GLESv1_dec/Android.mk39
1 files changed, 0 insertions, 39 deletions
diff --git a/emulator/opengl/host/libs/GLESv1_dec/Android.mk b/emulator/opengl/host/libs/GLESv1_dec/Android.mk
deleted file mode 100644
index c9db93e..0000000
--- a/emulator/opengl/host/libs/GLESv1_dec/Android.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-host_common_debug_CFLAGS :=
-
-#For gl debbuging
-#host_common_debug_CFLAGS += -DCHECK_GL_ERROR
-#host_common_debug_CFLAGS += -DDEBUG_PRINTOUT
-
-
-### host library #########################################
-$(call emugl-begin-host-static-library,libGLESv1_dec)
-
-$(call emugl-import, libOpenglCodecCommon)
-$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
-
-$(call emugl-gen-decoder,$(LOCAL_PATH),gl)
-
-LOCAL_SRC_FILES := GLDecoder.cpp
-
-$(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
-$(call emugl-export,LDLIBS,-lstdc++)
-
-$(call emugl-end-module)
-
-
-### host library, 64-bit ####################################
-$(call emugl-begin-host64-static-library,lib64GLESv1_dec)
-
-$(call emugl-import, lib64OpenglCodecCommon)
-$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
-
-$(call emugl-gen-decoder,$(LOCAL_PATH),gl)
-
-LOCAL_SRC_FILES := GLDecoder.cpp
-
-$(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
-$(call emugl-export,LDLIBS,-lstdc++)
-
-$(call emugl-end-module)