BoardConfig.mk revision b375e71d306f2fd356b9b356b636e568c4581fa1
1TARGET_ARCH=x86
2DISABLE_DEXPREOPT := true
3TARGET_COMPRESS_MODULE_SYMBOLS := false
4TARGET_NO_RECOVERY := true
5TARGET_HARDWARE_3D := false
6BOARD_USES_GENERIC_AUDIO := true
7USE_CAMERA_STUB := true
8TARGET_PROVIDES_INIT_RC := true
9USE_CUSTOM_RUNTIME_HEAP_MAX := "32M"
10TARGET_CPU_ABI := x86
11TARGET_USERIMAGES_USE_EXT4 := true
12TARGET_BOOTIMAGE_USE_EXT2 := true
13
14# For VirtualBox and likely other emulators
15BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 androidboot.console=tty0 verbose
16BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788 androidboot.console=tty0 verbose
17TARGET_USE_DISKINSTALLER := true
18TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
19BOARD_BOOTIMAGE_MAX_SIZE := 8388608
20BOARD_SYSLOADER_MAX_SIZE := 7340032
21BOARD_FLASH_BLOCK_SIZE := 512
22BOARD_SYSTEMIMAGE_PARTITION_SIZE := 157286400
23BOARD_USERDATAIMAGE_PARTITION_SIZE := 52428800
24BOARD_INSTALLERIMAGE_PARTITION_SIZE := 524288000
25TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
26
27
28# The eth0 device should be started with dhcp on boot.
29# Useful for emulators that don't provide a wifi connection.
30NET_ETH0_STARTONBOOT := true
31