summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2013-02-25 17:31:44 -0800
committerkeunyoung <keunyoung@google.com>2013-03-05 15:06:28 -0800
commit4301610f5d4f81c69b62a2dae680ba0d11f59ad7 (patch)
tree621a924539f68a0965229b0fb50c923f42db6bad /BoardConfig.mk
parent39ee3985fc354634c9eef60e0de8e7f56a4f7e63 (diff)
downloadmini-emulator-armv7-a-neon-4301610f5d4f81c69b62a2dae680ba0d11f59ad7.tar.gz
initial work for pdk emulator
- basically follow mini_armv7a_neon with goldfish HALs - requires kernel update with fuse support (not updated yet!) - will re-use goldfish kernel, which means hardware name will be still be goldfish - init.mini....rc will be copied to init.goldfish.rc, and is based on init.goldfish.rc with addition for sdcard emulation Change-Id: I538e74fa9ff6f557aaf1b2ad1357500e0a4ea6ac
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
new file mode 100644
index 0000000..2ed165a
--- /dev/null
+++ b/BoardConfig.mk
@@ -0,0 +1,13 @@
+# BoardConfig.mk
+#
+# Product-specific compile-time definitions.
+#
+
+# same sa mini-armv7-a-neon except HAL
+include device/generic/armv7-a-neon/BoardConfig.mk
+
+# Build OpenGLES emulation libraries
+BUILD_EMULATOR_OPENGL := true
+
+BOARD_EGL_CFG := device/generic/mini-emulator-armv7-a-neon/egl.cfg
+