Skip to content

Commit

Permalink
Create an empty group that the Fuchsia bots use to determine the root…
Browse files Browse the repository at this point in the history
…_out_dir. (flutter#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.
  • Loading branch information
chinmaygarde authored May 15, 2018
1 parent c7ab033 commit 73a0014
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
@@ -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") {
}

0 comments on commit 73a0014

Please sign in to comment.