diff --git a/engine/src/flutter/shell/platform/linux/BUILD.gn b/engine/src/flutter/shell/platform/linux/BUILD.gn new file mode 100644 index 00000000000..cf9f9736a11 --- /dev/null +++ b/engine/src/flutter/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") { +}