From 1b9cbdaedb577a36d45a84191bf3ff5f48c2b269 Mon Sep 17 00:00:00 2001 From: Google Java Core Libraries Date: Mon, 16 Mar 2026 11:09:13 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 884541456 --- BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD b/BUILD index 5b5d0c5..9e37a3c 100644 --- a/BUILD +++ b/BUILD @@ -15,4 +15,8 @@ # Common configuration and dependencies for Google's open-source libraries that are built with # Bazel. +load("//tools/build_defs/license:license.bzl", "license") # copybara:strip + +license(name = "license") # copybara:strip + exports_files(["LICENSE"])