Browse Source

Trying to fix android build take 2

Guy Carmeli 6 years ago
parent
commit
84d242a5a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js View File

@@ -19,7 +19,7 @@ function run() {
19 19
     const workers = multi ? 3 : 1;
20 20
     
21 21
     if (platform === 'android') {
22
-        exec.execSync('yes | sdkmanager --licenses');
22
+        exec.execSync(`yes | /usr/local/share/android-sdk/tools/bin/sdkmanager --licenses`);
23 23
     }
24 24
 
25 25
     if (!skipBuild) {