# 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() { | |
# While suspend is being developed we define this flag which enables all | |
# suspend features. Developers working on suspend can then simply add this | |
# one flag to their build arguments. | |
enable_suspend = false | |
} |