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 := x86 10 TARGET_CPU_ABI := x86 11 TARGET_CPU_SMP := true 12 13 SMALLER_FONT_FOOTPRINT := true 14 MINIMAL_FONT_FOOTPRINT := true 15 # Some framework code requires this to enable BT 16 BOARD_HAVE_BLUETOOTH := true 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth 18 19 WPA_SUPPLICANT_VERSION := VER_0_8_X 20 21 USE_OPENGL_RENDERER := true 22 23 BOARD_USE_LEGACY_UI := true 24