diff --git a/shell/platform/linux/BUILD.gn b/shell/platform/linux/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..cf9f9736a1163203c30666210ef7d9a9dd91dc17 --- /dev/null +++ b/shell/platform/linux/BUILD.gn @@ -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") { +}