aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index ce5336f..f5c008b 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -116,6 +116,9 @@ ifneq ($(BUILD_STANDALONE_EMULATOR),true)
endif
ccache :=
endif
+
+ QEMU_OPENGLES_INCLUDE := sdk/emulator/opengl/host/include
+ QEMU_OPENGLES_LIBS := $(HOST_OUT)
endif