OSDN Git Service

Cherry-picked from e6b969f3b in master. Do not merge.
authorVladimir Chtchetkine <vchtchetkine@google.com>
Tue, 13 Dec 2011 19:31:54 +0000 (11:31 -0800)
committerVladimir Chtchetkine <vchtchetkine@google.com>
Wed, 11 Jan 2012 00:31:08 +0000 (16:31 -0800)
commit2cbcd24ba708be5e387b8bf54351f5c2df7abbec
tree550b65d815a060cc582520e5ea82c10ccdcb7fe4
parent9a46327e123360490801d0dde95fc94e437e1e73
Cherry-picked from e6b969f3b in  Do not merge.

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