ソースを参照

Trying to fix android build take 2

Guy Carmeli 6 年 前
コミット
84d242a5a9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      scripts/test-e2e.js

+ 1
- 1
scripts/test-e2e.js ファイルの表示

@@ -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) {