| # Copyright 2022 The Fuchsia 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() { | |
| # If true, Flatland is the default graphics protocol in Scenic. | |
| use_flatland_by_default = false | |
| } |