Skip to content

Commit

Permalink
BEGIN_PUBLIC
Browse files Browse the repository at this point in the history
Migrate away from `@bazel_tools//tools/android:android_extensions.bzl`
END_PUBLIC

PiperOrigin-RevId: 634374307
Change-Id: I5addfa5703b976f3f6598a75b6518e9f7f886d88
  • Loading branch information
ted-xie authored and copybara-github committed May 16, 2024
1 parent bb79b3c commit dd2464a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/android/android_extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit dd2464a

Please sign in to comment.