OSDN Git Service

Add boot property enabling ADBD over QEMU
authorVladimir Chtchetkine <vchtchetkine@google.com>
Tue, 13 Dec 2011 19:31:54 +0000 (11:31 -0800)
committerVladimir Chtchetkine <vchtchetkine@google.com>
Tue, 13 Dec 2011 19:31:54 +0000 (11:31 -0800)
commite6b969f3bc6e5c2f9cfb7788664b1c3e8eb06ba1
tree64c67b7e1c1f98511276902904dbfd1153644893
parent1ec03685c70ffa36fe7d9eb99a15caf7ac13d181
Add boot property enabling ADBD over QEMU

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
target/board/generic/device.mk
target/board/generic_x86/device.mk
target/board/vbox_x86/device.mk