android_build/target/board/vbox_x86
Vladimir Chtchetkine cdf5644268 Packages media_profiles.xml file into emulated system image
The file is required by the camera framework to properly set it up to work with
emulated camera devices.

Change-Id: I39686841030d21ef23775972aa4ee0ecd7a91c02
2011-09-21 11:01:59 -07:00
..
AndroidBoard.mk Fix build scripts for vbox_x86 target 2011-04-01 08:24:25 -07:00
BoardConfig.mk Fix ADB, and a typo in BoardConfig.mk 2011-04-05 17:28:43 -07:00
README.txt
device.mk Packages media_profiles.xml file into emulated system image 2011-09-21 11:01:59 -07:00
disk_layout.conf
init.rc
init.vbox_x86.rc Fix ADB, and a typo in BoardConfig.mk 2011-04-05 17:28:43 -07:00
system.prop

README.txt

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).