Skip to content

Commit

Permalink
Windows host builds don't need android SDK (#27969)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Aug 9, 2021
1 parent 816a1ec commit 6f8134e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/builders/windows_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"device_type=none",
"os=Windows-10"
],
"gclient_custom_vars": {
"download_android_deps": false
},
"gn": [
"--runtime-mode",
"debug",
Expand Down Expand Up @@ -37,6 +40,9 @@
"device_type=none",
"os=Windows-10"
],
"gclient_custom_vars": {
"download_android_deps": false
},
"gn": [
"--runtime-mode",
"profile",
Expand All @@ -58,6 +64,9 @@
"device_type=none",
"os=Windows-10"
],
"gclient_custom_vars": {
"download_android_deps": false
},
"generators": [],
"gn": [
"--runtime-mode",
Expand Down

0 comments on commit 6f8134e

Please sign in to comment.