summaryrefslogtreecommitdiffstats
path: root/target/board/generic
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-12-13 11:31:54 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-12-13 11:31:54 -0800
commite6b969f3bc6e5c2f9cfb7788664b1c3e8eb06ba1 (patch)
tree64c67b7e1c1f98511276902904dbfd1153644893 /target/board/generic
parent1ec03685c70ffa36fe7d9eb99a15caf7ac13d181 (diff)
downloadbuild-e6b969f3bc6e5c2f9cfb7788664b1c3e8eb06ba1.zip
build-e6b969f3bc6e5c2f9cfb7788664b1c3e8eb06ba1.tar.gz
build-e6b969f3bc6e5c2f9cfb7788664b1c3e8eb06ba1.tar.bz2
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
Diffstat (limited to 'target/board/generic')
-rw-r--r--target/board/generic/device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/board/generic/device.mk b/target/board/generic/device.mk
index 8b187d5..4edcc19 100644
--- a/target/board/generic/device.mk
+++ b/target/board/generic/device.mk
@@ -19,7 +19,8 @@
PRODUCT_PROPERTY_OVERRIDES := \
ro.ril.hsxpa=1 \
- ro.ril.gprsclass=10
+ ro.ril.gprsclass=10 \
+ ro.adb.qemud=1
PRODUCT_COPY_FILES := \
development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \