summaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/Translator/GLES_V2/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/Translator/GLES_V2/Android.mk')
-rw-r--r--emulator/opengl/host/libs/Translator/GLES_V2/Android.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/emulator/opengl/host/libs/Translator/GLES_V2/Android.mk b/emulator/opengl/host/libs/Translator/GLES_V2/Android.mk
deleted file mode 100644
index c96965b8f..000000000
--- a/emulator/opengl/host/libs/Translator/GLES_V2/Android.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-host_common_SRC_FILES := \
- GLESv2Imp.cpp \
- GLESv2Context.cpp \
- GLESv2Validate.cpp \
- ShaderParser.cpp \
- ProgramData.cpp
-
-
-### GLES_V2 host implementation (On top of OpenGL) ########################
-$(call emugl-begin-host-shared-library,libGLES_V2_translator)
-$(call emugl-import, libGLcommon)
-
-LOCAL_SRC_FILES := $(host_common_SRC_FILES)
-
-$(call emugl-end-module)
-
-
-### GLES_V2 host implementation, 64-bit ##############################
-$(call emugl-begin-host64-shared-library,lib64GLES_V2_translator)
-$(call emugl-import, lib64GLcommon)
-
-LOCAL_SRC_FILES := $(host_common_SRC_FILES)
-
-$(call emugl-end-module)