summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-03-07 16:52:40 -0800
committerkeunyoung <keunyoung@google.com>2013-03-07 16:56:43 -0800
commita98660fcbfdfd1794fafb8af1183984e29553ac0 (patch)
tree9da63e080491a044459dcea6da22d94a0b37bad4 /BoardConfig.mk
parent1664876c89684ee38c8add555e2fd082221538f2 (diff)
downloadmini-emulator-mips-a98660fcbfdfd1794fafb8af1183984e29553ac0.tar.gz
initial configuration for min_emulator_mips for mini mips emulator support
- some files are shared with mini_emulator_armv7a_neon Change-Id: Iaf3c89bc2767b82e36c3fe04aec0fbe91dbab9ca
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
new file mode 100644
index 0000000..2fcc495
--- /dev/null
+++ b/BoardConfig.mk
@@ -0,0 +1,14 @@
+# BoardConfig.mk
+#
+# Product-specific compile-time definitions.
+#
+
+# same as mips except HAL
+include device/generic/mips/BoardConfig.mk
+
+# Build OpenGLES emulation libraries
+BUILD_EMULATOR_OPENGL := true
+
+# share the same one across all mini-emulators
+BOARD_EGL_CFG := device/generic/mini-emulator-armv7-a-neon/egl.cfg
+