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