platform_build/target/board/vbox_x86
Iliyan Malchev aad195e79e vbox_x86: add a 256M ext4 cache partition
Change-Id: If88895f60308673526a579a96d5b1ed9206c0241
Signed-off-by: Iliyan Malchev <malchev@google.com>
2012-04-19 14:50:10 -07:00
..
AndroidBoard.mk Fix build scripts for vbox_x86 target 2011-04-01 08:24:25 -07:00
BoardConfig.mk vbox_x86: add a 256M ext4 cache partition 2012-04-19 14:50:10 -07:00
device.mk vbox_x86: update init.vbox_x86.rc, remove custom init.rc 2012-04-04 15:33:21 -07:00
disk_layout.conf x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
init.vbox_x86.rc init.vbox_x86.rc: mount data & cache partitions from /dev/sdb 2012-04-06 11:04:53 -07:00
README.txt x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
system.prop x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00

The "vbox_x86" product defines a non-hardware-specific target intended
to run on the VirtualBox emulator.

Most of the Android devices (networking, phones, sound, etc) do not work.

ADB via ethernet works with this target. You can use 'adb install' to
test applications that do not require network, phone or sound support.
This emulation is useful because VirtualBox runs much faster then does the
QEMU emulators (at least until a KVM enabled QEMU emulator is available).