BoardConfig.mk revision 03d4fdbec16c94a843b1e82663ea2e65e0bb00f0
1# config.mk
2#
3# Product-specific compile-time definitions.
4#
5
6# The generic product target doesn't have any hardware-specific pieces.
7TARGET_NO_BOOTLOADER := true
8TARGET_NO_KERNEL := true
9
10TARGET_ARCH := arm
11TARGET_ARCH_VARIANT := armv7-a-neon
12TARGET_CPU_ABI := armeabi-v7a
13TARGET_CPU_ABI2 := armeabi
14TARGET_CPU_SMP := true
15ARCH_ARM_HAVE_TLS_REGISTER := true
16
17SMALLER_FONT_FOOTPRINT := true
18MINIMAL_FONT_FOOTPRINT := true
19# Some framework code requires this to enable BT
20BOARD_HAVE_BLUETOOTH := true
21BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
22
23WPA_SUPPLICANT_VERSION := VER_0_8_X
24
25USE_OPENGL_RENDERER := true
26