 Chromium Code Reviews
 Chromium Code Reviews Issue 1819033002:
  Support for Android Swarming bots  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 1819033002:
  Support for Android Swarming bots  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: infra/bots/android_bin.isolate | 
| diff --git a/infra/bots/android_bin.isolate b/infra/bots/android_bin.isolate | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..64915716d3a5038108d3f8bdf5073d97d2429cc0 | 
| --- /dev/null | 
| +++ b/infra/bots/android_bin.isolate | 
| @@ -0,0 +1,11 @@ | 
| +{ | 
| + 'conditions': [ | 
| + ['OS=="Android"', { | 
| + 'variables': { | 
| + 'files': [ | 
| + '../../platform_tools/android/bin/', | 
| + ], | 
| + }, | 
| + }], | 
| + ], | 
| +} |