BoardConfig.mk revision f7f5479b56ef9649a3558d08372edef0f77b5249
1TARGET_ARCH=x86
2DISABLE_DEXPREOPT := true
3TARGET_COMPRESS_MODULE_SYMBOLS := false
4TARGET_PRELINK_MODULE := false
5TARGET_NO_RECOVERY := true
6TARGET_HARDWARE_3D := false
7BOARD_USES_GENERIC_AUDIO := true
8USE_CAMERA_STUB := true
9TARGET_PROVIDES_INIT_RC := true
10USE_CUSTOM_RUNTIME_HEAP_MAX := "32M"
11TARGET_CPU_ABI := x86
12TARGET_USERIMAGES_USE_EXT4 := true
13TARGET_BOOTIMAGE_USE_EXT2 := true
14
15# For VirtualBox and likely other emulators
16BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 androidboot.console=tty0 verbose
17BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788 androidboot.console=tty0 verbose
18TARGET_USE_DISKINSTALLER := true
19TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
20BOARD_BOOTIMAGE_MAX_SIZE := 8388608
21BOARD_SYSLOADER_MAX_SIZE := 7340032
22BOARD_FLASH_BLOCK_SIZE := 512
23BOARD_USERDATAIMAGE_PARTITION_SIZE := 50M
24BOARD_INSTALLERIMAGE_PARTITION_SIZE := 500M
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