Files
rk35xx-android14/external/bazelbuild-rules_license/MODULE.bazel
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

17 lines
602 B
Python

module(
name = "rules_license",
version = "0.0.4", # Keep in sync with version.bzl
compatibility_level = 1,
)
# NOTE: rules_license must not depend on any other repositories if you are
# just using basic rules under //rules/... and //licenses/...
# TODO(aiuto): Create an extension to enable the rules under //tools/...
# That will require rules_python, which we do not want to force on people who
# do not need //tools.
# Only for development
bazel_dep(name = "rules_pkg", version = "0.7.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True)