summaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/Translator/GLES_CM/Android.mk')
-rw-r--r--emulator/opengl/host/libs/Translator/GLES_CM/Android.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk b/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk
deleted file mode 100644
index 48cb5c466..000000000
--- a/emulator/opengl/host/libs/Translator/GLES_CM/Android.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-host_common_SRC_FILES := \
- GLEScmImp.cpp \
- GLEScmUtils.cpp \
- GLEScmContext.cpp \
- GLEScmValidate.cpp
-
-
-### GLES_CM host implementation (On top of OpenGL) ########################
-$(call emugl-begin-host-shared-library,libGLES_CM_translator)
-$(call emugl-import,libGLcommon)
-LOCAL_SRC_FILES := $(host_common_SRC_FILES)
-$(call emugl-end-module)
-
-
-### GLES_CM host implementation, 64-bit ########################
-$(call emugl-begin-host64-shared-library,lib64GLES_CM_translator)
-$(call emugl-import,lib64GLcommon)
-LOCAL_SRC_FILES := $(host_common_SRC_FILES)
-$(call emugl-end-module)