blob: 68a7a9ca8137eda10820126425191a22fa0ec5e5 [file] [log] [blame]
# Copyright 2020 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.
# Declares arguments needed for factory mode
declare_args() {
# factory_mode: enables/disables factory mode
factory_mode = false
}