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 WPA_SUPPLICANT_VERSION := VER_0_8_X 21 22 USE_OPENGL_RENDERER := true 23 24 BOARD_USE_LEGACY_UI := true 25