• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
9TARGET_CPU_ABI := x86_64
10TARGET_ARCH := x86_64
11TARGET_ARCH_VARIANT := x86_64
12TARGET_PRELINK_MODULE := false
13
14TARGET_2ND_CPU_ABI := x86
15TARGET_2ND_ARCH := x86
16TARGET_2ND_ARCH_VARIANT := x86
17
18TARGET_USES_64_BIT_BINDER := true
19
20SMALLER_FONT_FOOTPRINT := true
21MINIMAL_FONT_FOOTPRINT := true
22# Disable emulator for "make dist" until there is a 64-bit qemu kernel
23BUILD_EMULATOR := false
24# Some framework code requires this to enable BT
25BOARD_HAVE_BLUETOOTH := true
26BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
27
28USE_OPENGL_RENDERER := true
29
30BOARD_USE_LEGACY_UI := true
31
32# PDK does not use ext4 image, but it is added here to prevent build break.
33TARGET_USERIMAGES_USE_EXT4 := true
34BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
35BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
36BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
37BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
38BOARD_FLASH_BLOCK_SIZE := 512
39TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true