aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/tests/emulator_test_renderer/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/tests/emulator_test_renderer/Android.mk')
-rw-r--r--emulator/opengl/tests/emulator_test_renderer/Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulator/opengl/tests/emulator_test_renderer/Android.mk b/emulator/opengl/tests/emulator_test_renderer/Android.mk
deleted file mode 100644
index d585513..0000000
--- a/emulator/opengl/tests/emulator_test_renderer/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH:=$(call my-dir)
-
-$(call emugl-begin-host-executable,emulator_test_renderer)
-$(call emugl-import,libOpenglRender event_injector)
-
-LOCAL_SRC_FILES := main.cpp
-
-LOCAL_CFLAGS += $(EMUGL_SDL_CFLAGS) -g -O0
-LOCAL_LDLIBS += $(EMUGL_SDL_LDLIBS)
-
-LOCAL_STATIC_LIBRARIES += libSDL libSDLmain
-
-$(call emugl-end-module)