summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
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..9353b40
--- /dev/null
+++ b/BoardConfig.mk
@@ -0,0 +1,14 @@
+# BoardConfig.mk
+#
+# Product-specific compile-time definitions.
+#
+
+# same as x86 except HAL
+include device/generic/x86/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
+