Index: tools/android/adb_remote_setup.sh |
diff --git a/tools/android/adb_remote_setup.sh b/tools/android/adb_remote_setup.sh |
index 87c6601b53ed37260198894fe54786fd91db7977..2bb2c46d32220e48544487d3ce5442562364d9b1 100755 |
--- a/tools/android/adb_remote_setup.sh |
+++ b/tools/android/adb_remote_setup.sh |
@@ -84,12 +84,16 @@ adb start-server |
# 5037: adb |
# 8001: http server |
# 9031: sync server |
+# 9041: search by image server |
+# 9051: policy server |
# 10000: net unittests |
# 10201: net unittests |
ssh -C \ |
-R 5037:localhost:5037 \ |
-L 8001:localhost:8001 \ |
-L 9031:localhost:9031 \ |
+ -L 9041:localhost:9041 \ |
+ -L 9051:localhost:9051 \ |
-R 10000:localhost:10000 \ |
-R 10201:localhost:10201 \ |
"$remote_host" |