1LOCAL_PATH:=$(call my-dir)
2
3# host renderer process ###########################
4$(call emugl-begin-host-executable,emulator_renderer)
5$(call emugl-import,libOpenglRender)
6LOCAL_SRC_FILES := main.cpp
7LOCAL_CFLAGS    += -O0 -g
8
9#ifeq ($(HOST_OS),windows)
10#LOCAL_LDLIBS += -lws2_32
11#endif
12
13$(call emugl-end-module)
14
15