Home | History | Annotate | Download | only in mips
      1 #
      2 # Product-specific compile-time definitions.
      3 #
      4 
      5 # The generic product target doesn't have any hardware-specific pieces.
      6 TARGET_NO_BOOTLOADER := true
      7 TARGET_NO_KERNEL := true
      8 
      9 TARGET_ARCH := mips
     10 TARGET_ARCH_VARIANT := mips32-fp
     11 TARGET_CPU_ABI := mips
     12 TARGET_CPU_SMP := true
     13 
     14 SMALLER_FONT_FOOTPRINT := true
     15 MINIMAL_FONT_FOOTPRINT := true
     16 # Some framework code requires this to enable BT
     17 BOARD_HAVE_BLUETOOTH := true
     18 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
     19 
     20 # Build OpenGLES emulation libraries
     21 BUILD_EMULATOR_OPENGL := true
     22 BUILD_EMULATOR_OPENGL_DRIVER := true
     23 USE_OPENGL_RENDERER := true
     24 BOARD_USES_GENERIC_AUDIO := true
     25 
     26 USE_CAMERA_STUB := true
     27 
     28 BOARD_USE_LEGACY_UI := true
     29 
     30 # share the same one across all mini-emulators
     31 BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg
     32 TARGET_USERIMAGES_USE_EXT4 := true
     33 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
     34 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
     35 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
     36 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
     37 BOARD_FLASH_BLOCK_SIZE := 512
     38 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
     39 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
     40 BOARD_SEPOLICY_UNION += \
     41         bootanim.te \
     42         device.te \
     43         domain.te \
     44         file.te \
     45         file_contexts \
     46         qemud.te \
     47         rild.te \
     48         shell.te \
     49         surfaceflinger.te \
     50         system_server.te
     51