Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
AndroidBoard.mk | D | 03-May-2024 | 1 | 2 | 0 | |
BoardConfig.mk | D | 03-May-2024 | 1.3 KiB | 41 | 25 | |
README.txt | D | 03-May-2024 | 472 | 10 | 7 | |
device.mk | D | 03-May-2024 | 1.3 KiB | 37 | 13 | |
disk_layout.conf | D | 03-May-2024 | 1.4 KiB | 77 | 40 | |
init.vbox_x86.rc | D | 03-May-2024 | 2.6 KiB | 91 | 76 | |
system.prop | D | 03-May-2024 | 107 | 7 | 5 |
README.txt
1The "vbox_x86" product defines a non-hardware-specific target intended 2to run on the VirtualBox emulator. 3 4Most of the Android devices (networking, phones, sound, etc) do not work. 5 6ADB via ethernet works with this target. You can use 'adb install' to 7test applications that do not require network, phone or sound support. 8This emulation is useful because VirtualBox runs much faster then does the 9QEMU emulators (at least until a KVM enabled QEMU emulator is available). 10