android_build/target/board/vbox_x86
Bruce Beare ba366c4fb3 x86: Add in the VirtualBox emulator as a separate build target
Change-Id: Icff81a757952b7652d171bc95773e177c4fd7772
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
2011-03-01 13:04:21 -08:00
..
AndroidBoard.mk x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
BoardConfig.mk x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
device.mk x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
disk_layout.conf x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08:00
init.rc x86: Add in the VirtualBox emulator as a separate build target 2011-03-01 13:04:21 -08: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).