We don't need no SDK.
The buildbot bots don't use this package, so the buildbotless ones don't need it either. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4317 Change-Id: Ife1a31a8a33ea99a925834ddff13d4866eb52b6d Reviewed-on: https://skia-review.googlesource.com/4317 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
cc34176c04
commit
21f364df99
@ -185,7 +185,6 @@ func compile(b *specs.TasksCfgBuilder, name string, parts map[string]string) str
|
||||
|
||||
// Android bots require a toolchain.
|
||||
if strings.Contains(name, "Android") {
|
||||
pkgs = append(pkgs, b.MustGetCipdPackageFromAsset("android_sdk"))
|
||||
if strings.Contains(name, "Mac") {
|
||||
pkgs = append(pkgs, b.MustGetCipdPackageFromAsset("android_ndk_darwin"))
|
||||
} else if strings.Contains(name, "Win") {
|
||||
|
@ -40,11 +40,6 @@
|
||||
"tasks": {
|
||||
"Build-Ubuntu-Clang-arm-Release-GN_Android": {
|
||||
"cipd_packages": [
|
||||
{
|
||||
"name": "skia/bots/android_sdk",
|
||||
"path": "android_sdk",
|
||||
"version": "version:0"
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/android_ndk_linux",
|
||||
"path": "android_ndk_linux",
|
||||
@ -109,11 +104,6 @@
|
||||
},
|
||||
"Build-Win-Clang-arm64-Release-GN_Android": {
|
||||
"cipd_packages": [
|
||||
{
|
||||
"name": "skia/bots/android_sdk",
|
||||
"path": "android_sdk",
|
||||
"version": "version:0"
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/android_ndk_windows",
|
||||
"path": "n",
|
||||
|
Loading…
Reference in New Issue
Block a user