• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# BoardConfig.mk
2#
3# Product-specific compile-time definitions.
4#
5
6# same as x86 except HAL
7include device/generic/x86_64/BoardConfig.mk
8
9# Build OpenGLES emulation libraries
10BUILD_EMULATOR := true
11BUILD_EMULATOR_OPENGL := true
12BUILD_EMULATOR_OPENGL_DRIVER := true
13
14# share the same one across all mini-emulators
15BOARD_EGL_CFG := device/generic/goldfish-opengl/system/egl/egl.cfg
16
17