summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-03-11 15:43:18 -0700
committerkeunyoung <keunyoung@google.com>2013-03-11 15:43:18 -0700
commit56e5fa521a1ea64a8fde523094676c3828a05e90 (patch)
treea9876a489f352447a9c2e74bedb2d47055fcb22f
parent35d4cca6d2ddb58e36ee10bb94d590f553c20df9 (diff)
downloadmini-emulator-x86-56e5fa521a1ea64a8fde523094676c3828a05e90.tar.gz
update BoardConfig
- build emulator opengl driver as well - use the common goldfish egl.cfg Change-Id: Ifd27791f07a2e78bd86391b513ca268dd25e6bad
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9353b40..9236c4c 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -8,7 +8,8 @@ include device/generic/x86/BoardConfig.mk
# Build OpenGLES emulation libraries
BUILD_EMULATOR_OPENGL := true
+BUILD_EMULATOR_OPENGL_DRIVER := true
# share the same one across all mini-emulators
-BOARD_EGL_CFG := device/generic/mini-emulator-armv7-a-neon/egl.cfg
+BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg