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_VARIANT := armv7-a 11TARGET_CPU_ABI := armeabi-v7a 12TARGET_CPU_ABI2 := armeabi 13TARGET_CPU_SMP := true 14ARCH_ARM_HAVE_TLS_REGISTER := true 15 16SMALLER_FONT_FOOTPRINT := true 17MINIMAL_FONT_FOOTPRINT := true 18# Some framework code requires this to enable BT 19BOARD_HAVE_BLUETOOTH := true 20 21WPA_SUPPLICANT_VERSION := VER_0_8_X 22