BoardConfig.mk revision 059943d3bbe8277d8f61414d3df05969c7ea0d54
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_CPU_ABI := mips
11TARGET_CPU_SMP := true
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
19WPA_SUPPLICANT_VERSION := VER_0_8_X
20
21USE_OPENGL_RENDERER := true
22
23BOARD_USE_LEGACY_UI := true
24