blob: 012f3d5438b44cea67dd6796f8f7a1142876e280 [file] [log] [blame]
# Copyright 2013 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.
declare_args() {
# Whether to build the Linux (GTK) shell for the host platform, if available.
#
# The Linux shell is not currently built by default as the CI system doesn't
# (yet) have GTK as a dependency. When that is ready the flag will be removed.
build_linux_shell = false
}