blob: ad89c39f417dc0738c74dbd84b4f36b00a0f5b11 [file] [log] [blame]
# Copyright 2024 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.
load(
"@rules_fuchsia//fuchsia:assembly.bzl",
"fuchsia_platform_artifacts",
)
package(default_visibility = ["//visibility:public"])
# Define platform AIBs
fuchsia_platform_artifacts(
name = "vim3_platform_artifacts",
files = "@platform_arm64//:all_files",
)
fuchsia_platform_artifacts(
name = "x64_platform_artifacts",
files = "@platform_x64//:all_files",
)