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 TARGET_ARCH := arm
     10 
     11 TARGET_ARCH_VARIANT := armv7-a-neon
     12 TARGET_CPU_VARIANT := generic
     13 TARGET_CPU_ABI := armeabi-v7a
     14 TARGET_CPU_ABI2 := armeabi
     15 
     16 SMALLER_FONT_FOOTPRINT := true
     17 MINIMAL_FONT_FOOTPRINT := true
     18 # Some framework code requires this to enable BT
     19 BOARD_HAVE_BLUETOOTH := true
     20 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
     21 
     22 BOARD_USES_GENERIC_AUDIO := true
     23 
     24 USE_CAMERA_STUB := true
     25 
     26 BUILD_EMULATOR_OPENGL := true
     27 USE_OPENGL_RENDERER := true
     28 
     29 BOARD_USE_LEGACY_UI := true
     30 
     31 TARGET_USERIMAGES_USE_EXT4 := true
     32 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 576716800
     33 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
     34 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
     35 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
     36 BOARD_FLASH_BLOCK_SIZE := 512
     37 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
     38 
     39 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
     40