| TARGET_ARCH=x86 |
| DISABLE_DEXPREOPT := true |
| TARGET_COMPRESS_MODULE_SYMBOLS := false |
| TARGET_PRELINK_MODULE := false |
| TARGET_NO_RECOVERY := true |
| TARGET_HARDWARE_3D := false |
| BOARD_USES_GENERIC_AUDIO := true |
| USE_CAMERA_STUB := true |
| TARGET_PROVIDES_INIT_RC := true |
| USE_CUSTOM_RUNTIME_HEAP_MAX := "32M" |
| TARGET_CPU_ABI := x86 |
| TARGET_USERIMAGES_USE_EXT2 := true |
| TARGET_BOOTIMAGE_USE_EXT2 := true |
| |
| # For VirtualBox and likely other emulators |
| BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 androidboot.hardware=generic_x86 vga=788 verbose |
| BOARD_KERNEL_CMDLINE := init=/init console=tty0 console=ttyS0 androidboot.hardware=generic_x86 vga=788 |
| TARGET_USE_DISKINSTALLER := true |
| TARGET_DISK_LAYOUT_CONFIG := build/target/board/generic_x86/disk_layout.conf |
| BOARD_BOOTIMAGE_MAX_SIZE := 8388608 |
| BOARD_SYSLOADER_MAX_SIZE := 7340032 |
| BOARD_FLASH_BLOCK_SIZE := 512 |
| |
| |
| # The eth0 device should be started with dhcp on boot. |
| # Useful for emulators that don't provide a wifi connection. |
| NET_ETH0_STARTONBOOT := true |