aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/tests/emulator_test_renderer/Android.mk
blob: d58551355bf2e378ac4d34f2f87efdeec4381608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)