aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-04-27 08:49:28 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-27 08:49:29 -0700
commit64aa3854587d4b9c3ca683c3380be220f71ba47b (patch)
tree190bdb0d954f3dbe952c94895d147c0df2145073 /Makefile.android
parent0c8a719be79b979a039abaf24432de6fbc9b13e6 (diff)
parent183e927350a14945e13ab217e16ab5dce20349f3 (diff)
downloadexternal_qemu-64aa3854587d4b9c3ca683c3380be220f71ba47b.zip
external_qemu-64aa3854587d4b9c3ca683c3380be220f71ba47b.tar.gz
external_qemu-64aa3854587d4b9c3ca683c3380be220f71ba47b.tar.bz2
Merge "Fix standalone emulator build."
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 7b35039..7e66bd9 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