blob: 525074e1df2565e852916ac1c207f675a5e15723 [file] [log] [blame]
Bruce Beareba366c42011-02-15 16:46:08 -08001#
2# IA target for VitualBox
3#
4
5TARGET_ARCH=x86
6DISABLE_DEXPREOPT := true
7TARGET_COMPRESS_MODULE_SYMBOLS := false
8TARGET_PRELINK_MODULE := false
9TARGET_NO_RECOVERY := true
10TARGET_HARDWARE_3D := false
11BOARD_USES_GENERIC_AUDIO := true
12USE_CAMERA_STUB := true
13TARGET_PROVIDES_INIT_RC := true
14USE_CUSTOM_RUNTIME_HEAP_MAX := "32M"
15TARGET_CPU_ABI := x86
16TARGET_USERIMAGES_USE_EXT4 := true
17TARGET_BOOTIMAGE_USE_EXT2 := true
18
19# For VirtualBox and likely other emulators
20BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose
21BOARD_KERNEL_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose androidboot.hardware=generic_x86 androidboot.console=ttyS0
22TARGET_USE_DISKINSTALLER := true
23
24TARGET_DISK_LAYOUT_CONFIG := build/target/board/vbox_x86/disk_layout.conf
25BOARD_BOOTIMAGE_MAX_SIZE := 8388608
26BOARD_SYSLOADER_MAX_SIZE := 7340032
27BOARD_FLASH_BLOCK_SIZE := 512
28BOARD_USERDATAIMAGE_PARTITION_SIZE := 50M
29BOARD_INSTALLERIMAGE_PARTITION_SIZE := 500M
30TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
31
32
33# The eth0 device should be started with dhcp on boot.
34# Useful for emulators that don't provide a wifi connection.
35NET_ETH0_STARTONBOOT := true