From dd2464a5933e0a5a6765024573832717b71989bf Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 16 May 2024 07:03:35 -0700 Subject: [PATCH] BEGIN_PUBLIC Migrate away from `@bazel_tools//tools/android:android_extensions.bzl` END_PUBLIC PiperOrigin-RevId: 634374307 Change-Id: I5addfa5703b976f3f6598a75b6518e9f7f886d88 --- tools/android/android_extensions.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/android/android_extensions.bzl b/tools/android/android_extensions.bzl index 5cb4b3ee435138..3ea540fddd5957 100644 --- a/tools/android/android_extensions.bzl +++ b/tools/android/android_extensions.bzl @@ -12,6 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# NOTE: This file will be deprecated once native Android rules are deleted. Do not update this file any more. +# The new source of truth will be at https://github.com/bazelbuild/rules_android/blob/main/bzlmod_extensions/android_extensions.bzl. + """Module extension to declare Android runtime dependencies for Bazel.""" load("//tools/build_defs/repo:http.bzl", "http_archive", "http_jar")