blob: 9813c1bd6f5de3b705af2100c47b1d16b4fa19fa [file] [edit]
# 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() {
# Core shards that are required for including appmgr in a product.
appmgr_core_shards = [ "//src/sys/appmgr:appmgr_core_shard" ]
}