summaryrefslogtreecommitdiffstats
path: root/opengl/system/GLESv2_enc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/system/GLESv2_enc/Android.mk')
-rw-r--r--opengl/system/GLESv2_enc/Android.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/opengl/system/GLESv2_enc/Android.mk b/opengl/system/GLESv2_enc/Android.mk
deleted file mode 100644
index e76a1756..00000000
--- a/opengl/system/GLESv2_enc/Android.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-### GLESv2_enc Encoder ###########################################
-$(call emugl-begin-shared-library,libGLESv2_enc)
-
-LOCAL_SRC_FILES := \
- GL2EncoderUtils.cpp \
- GL2Encoder.cpp \
- gl2_client_context.cpp \
- gl2_enc.cpp \
- gl2_entry.cpp
-
-LOCAL_CFLAGS += -DLOG_TAG=\"emuglGLESv2_enc\"
-
-$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
-$(call emugl-import,libOpenglCodecCommon)
-
-$(call emugl-end-module)
-
-