BoardConfig.mk revision b73dc6690baf38bbc7c102a3992722db8d61a5a0
1TARGET_ARCH=x86
2TARGET_COMPRESS_MODULE_SYMBOLS := false
3TARGET_PRELINK_MODULE := 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_EXT2 := 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 verbose
16BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788
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
22