| Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
|
| index a6a02a53302c8fd90b2f15c36eeb2ed7c69326be..6cad81c0ede3549bdf0a16740f6d939b8d80d8da 100644
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
|
| +++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.json
|
| @@ -710,20 +710,12 @@
|
| },
|
| {
|
| "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[SLAVE_BUILD]/src/chrome/VERSION",
|
| - "/path/to/tmp/"
|
| - ],
|
| - "name": "get version"
|
| - },
|
| - {
|
| - "cmd": [
|
| "[SLAVE_BUILD]/src/build/android/tombstones.py",
|
| "-a",
|
| "-s",
|
| - "-w"
|
| + "-w",
|
| + "--adb-path",
|
| + "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
|
| ],
|
| "env": {
|
| "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug",
|
|
|