mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Create an empty group that the Fuchsia bots use to determine the root_out_dir. (#5265)
The Fuchsia bots seem to reference this target to figure out the root_out_directory https://fuchsia.googlesource.com/build/+/master/dart/dart_test.gni#67. Note that the presence of the flutter_tester binary location itself is not depended on. Instead, the target is used to infer the directory containing the flutter_tester after a build. Patching the //build repository in Fuchsia would mean making the tree red till a //topaz patch lands. To avoid doing this, we add back the missing reference.
This commit is contained in:
parent
c7ab033f9e
commit
73a0014b7e
6
shell/platform/linux/BUILD.gn
Normal file
6
shell/platform/linux/BUILD.gn
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright 2018 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.
|
||||
|
||||
group("linux") {
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user