forked from openkylin/platform_build
e6b969f3bc
Emulator and system image now support ADBD communication over QEMUD pipe rather than over a TCP port forwarding. However, emulator has to know ahead of time (before system starts booting) whether or not the system image supports ADBD over pipe to properly setup the communication. For that, we introduce a boot property "ro.adb.qemu" that is readable by the emulator early enough for the proper ADB communication setup. Change-Id: I978489c5acf46177b520e775d745bcc78f469837 |
||
---|---|---|
.. | ||
AndroidBoard.mk | ||
BoardConfig.mk | ||
README.txt | ||
device.mk | ||
disk_layout.conf | ||
init.rc | ||
init.vbox_x86.rc | ||
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).