1# 2# Product-specific compile-time definitions. 3# 4 5# The generic product target doesn't have any hardware-specific pieces. 6TARGET_NO_BOOTLOADER := true 7TARGET_NO_KERNEL := true 8 9TARGET_ARCH := mips 10TARGET_ARCH_VARIANT := mips32-fp 11TARGET_CPU_ABI := mips 12 13SMALLER_FONT_FOOTPRINT := true 14MINIMAL_FONT_FOOTPRINT := true 15# Some framework code requires this to enable BT 16BOARD_HAVE_BLUETOOTH := true 17BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth 18 19# Build OpenGLES emulation libraries 20BUILD_EMULATOR_OPENGL := true 21BUILD_EMULATOR_OPENGL_DRIVER := true 22USE_OPENGL_RENDERER := true 23BOARD_USES_GENERIC_AUDIO := true 24 25USE_CAMERA_STUB := true 26 27BOARD_USE_LEGACY_UI := true 28 29# share the same one across all mini-emulators 30BOARD_EGL_CFG := device/generic/goldfish/opengl/system/egl/egl.cfg 31TARGET_USERIMAGES_USE_EXT4 := true 32BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000 33BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 34BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016 35BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 36BOARD_FLASH_BLOCK_SIZE := 512 37TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true 38BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy 39