aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/renderer/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/renderer/Android.mk')
-rw-r--r--emulator/opengl/host/renderer/Android.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulator/opengl/host/renderer/Android.mk b/emulator/opengl/host/renderer/Android.mk
deleted file mode 100644
index 81dcaf7..0000000
--- a/emulator/opengl/host/renderer/Android.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH:=$(call my-dir)
-
-# host renderer process ###########################
-$(call emugl-begin-host-executable,emulator_renderer)
-$(call emugl-import,libOpenglRender)
-LOCAL_SRC_FILES := main.cpp
-LOCAL_CFLAGS += -O0 -g
-
-ifeq ($(HOST_OS),linux)
-LOCAL_LDLIBS += -lX11
-endif
-
-$(call emugl-end-module)
-