BoardConfig.mk revision 51ec88690e380f5c139c8768c266eed193db7101
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
12TARGET_CPU_SMP := true
13
14SMALLER_FONT_FOOTPRINT := true
15MINIMAL_FONT_FOOTPRINT := true
16# Some framework code requires this to enable BT
17BOARD_HAVE_BLUETOOTH := true
18BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
19
20USE_OPENGL_RENDERER := true
21
22BOARD_USE_LEGACY_UI := true
23