blob: 6724c91c5f57b884a6ed4a4407f3504f70cdaef0 [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
keunyoung9de9b972013-03-05 14:46:37 -080012TARGET_CPU_VARIANT := cortex-a9
Keun young Parkc97e6d02012-06-01 11:58:50 -070013TARGET_CPU_ABI := armeabi-v7a
14TARGET_CPU_ABI2 := armeabi
15TARGET_CPU_SMP := true
Keun young Parkc97e6d02012-06-01 11:58:50 -070016
17SMALLER_FONT_FOOTPRINT := true
18MINIMAL_FONT_FOOTPRINT := true
19# Some framework code requires this to enable BT
20BOARD_HAVE_BLUETOOTH := true
Wink Saville03d4fdb2012-08-20 09:46:40 -070021BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
Keun young Parka1bfdaa2012-06-11 12:02:14 -070022
Keun young Park7ea7b302012-08-14 15:59:16 -070023USE_OPENGL_RENDERER := true
Keun young Parkf0521962012-08-22 13:30:53 -070024
25BOARD_USE_LEGACY_UI := true
Nicholas Sauer31c861b2014-03-24 14:11:30 -070026
27# PDK does not use ext4 image, but it is added here to prevent build break.
28TARGET_USERIMAGES_USE_EXT4 := true
29BOARD_SYSTEMIMAGE_PARTITION_SIZE := 576716800
30BOARD_USERDATAIMAGE_PARTITION_SIZE := 419430400
31BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
32BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
33BOARD_FLASH_BLOCK_SIZE := 512
34TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true