Upgrade rules_license to 1.0.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/bazelbuild-rules_license For more info, check https://cs.android.com/android/platform/superproject/main/+/main:tools/external_updater/README.md Bug: 372860136 Test: TreeHugger Change-Id: I776e4095fae3ba240729731d0d2433db493b2744
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..0a24b8f --- /dev/null +++ b/METADATA
@@ -0,0 +1,20 @@ +# This project was upgraded with external_updater. +# Usage: tools/external_updater/updater.sh update external/bazelbuild-rules_license +# For more info, check https://cs.android.com/android/platform/superproject/main/+/main:tools/external_updater/README.md + +name: "rules_license" +description: "Software license related rules and tools for the Bazel build system." +third_party { + license_type: NOTICE + last_upgrade_date { + year: 2024 + month: 12 + day: 10 + } + homepage: "https://github.com/bazelbuild/rules_license" + identifier { + type: "Git" + value: "https://github.com/bazelbuild/rules_license.git" + version: "1.0.0" + } +}