blob: 81aca64124c6e5856415bbbfedac0ca5caf18047 [file] [log] [blame]
# 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.
""" This file defines the public API for the rules_fuchsia repostiory """
load(
"//rules/private:fuchsia_package_resource.bzl",
_fuchsia_package_resource = "fuchsia_package_resource",
)
# Rules
fuchsia_package_resource = _fuchsia_package_resource