blob: 8e86e38c7d3f1ed3f1ba7315e624d0d9b25a52bf [file] [log] [blame]
Keun young Parkc97e6d02012-06-01 11:58:50 -07001# 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
Jean-Baptiste Queru4a958772012-08-10 09:56:39 -070010TARGET_ARCH := arm
Keun young Parkc97e6d02012-06-01 11:58:50 -070011TARGET_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
Keun young Parka1bfdaa2012-06-11 12:02:14 -070021
22WPA_SUPPLICANT_VERSION := VER_0_8_X
Keun young Park7ea7b302012-08-14 15:59:16 -070023
24USE_OPENGL_RENDERER := true