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