BoardConfig.mk revision 9d4c5b1c20cfa196e2be026fe9f862663d7a3972
1TARGET_COMPRESS_MODULE_SYMBOLS := false
2TARGET_PRELINK_MODULE := false
3TARGET_NO_RECOVERY := true
4TARGET_HARDWARE_3D := false
5BOARD_USES_GENERIC_AUDIO := true
6USE_CAMERA_STUB := true
7TARGET_PROVIDES_INIT_RC := true
8USE_CUSTOM_RUNTIME_HEAP_MAX := "32M"
9TARGET_CPU_ABI := x86
10TARGET_USERIMAGES_USE_EXT2 := true
11TARGET_BOOTIMAGE_USE_EXT2 := true
12
13# For VirtualBox and likely other emulators
14BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 verbose
15BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788
16TARGET_USE_DISKINSTALLER := true
17TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf
18BOARD_BOOTIMAGE_MAX_SIZE := 8388608
19BOARD_SYSLOADER_MAX_SIZE := 7340032
20BOARD_FLASH_BLOCK_SIZE := 512
21