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