mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove accept_android_sdk_licenses.sh
, which appears unused. (#161388)
Towards https://github.com/flutter/flutter/issues/161387. From what I can tell, this is no longer referenced or used (I cross-checked `flutter/recipes` as well).
This commit is contained in:
parent
da6343150b
commit
a336069ba1
@ -1,23 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2014 The Flutter Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
set -e
|
||||
|
||||
# This script is only meant to be run by the Cirrus CI system, not locally.
|
||||
# It must be run from the root of the Flutter repo.
|
||||
|
||||
function error() {
|
||||
echo "$@" 1>&2
|
||||
}
|
||||
|
||||
function accept_android_licenses() {
|
||||
yes "y" | flutter doctor --android-licenses
|
||||
}
|
||||
|
||||
echo "Flutter SDK directory is: $PWD"
|
||||
|
||||
# Accept licenses.
|
||||
echo "Accepting Android licenses."
|
||||
accept_android_licenses || (error "Accepting Android licenses failed." && false)
|
@ -2553,7 +2553,6 @@ const Set<String> kExecutableAllowlist = <String>{
|
||||
'bin/internal/update_dart_sdk.sh',
|
||||
'bin/internal/update_engine_version.sh',
|
||||
|
||||
'dev/bots/accept_android_sdk_licenses.sh',
|
||||
'dev/bots/codelabs_build_test.sh',
|
||||
'dev/bots/docs.sh',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user