blob: 72fcb21836ecc81d93b9b539414dd0c7cd7f582f [file] [log] [blame]
# Copyright 2019 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() {
# Whether to build SDK tarballs.
build_sdk_archives = false
# Whether to only warn when an SDK has been modified.
# If false, any unacknowledged SDK change will cause a build failure.
warn_on_sdk_changes = false
}