summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2021-08-15 12:03:35 -0700
committerEsteban de la Canal <estebandlc@google.com>2021-08-16 16:25:39 +0000
commitf9dc54facb3fe84c31aad7e8b591252b98c48b24 (patch)
treed3ef52f202ae3d78c907954c2e48398e1bcd1d1d /android/BUILD
parent2fefabb11f6871409d3e52f73fe5b5f32e04f691 (diff)
downloadidea-f9dc54facb3fe84c31aad7e8b591252b98c48b24.tar.gz
Move maven_library to maven.bzl
... now that the two rules are properly separated, we can have the koltin rules on their own, and maven support on top. Test: existing Bug: 190268212 Change-Id: Ief2f5641e5d70de5e5542707b36c8da5973c8be0
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/BUILD b/android/BUILD
index 0018397a2e2..f8e1a7c5017 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -1,7 +1,6 @@
load("//tools/base/bazel:bazel.bzl", "iml_module")
load("//tools/base/bazel:kotlin.bzl", "kotlin_library")
-load("//tools/base/bazel:maven.bzl", "maven_repository")
-load("//tools/base/bazel:maven.bzl", "maven_java_library")
+load("//tools/base/bazel:maven.bzl", "maven_repository", "maven_java_library")
load("@exec_properties//:constants.bzl", "LARGE_MACHINE")
load("//tools/adt/idea/android-test-framework:check_tests.bzl", "check_tests")
load("//tools/adt/idea/studio:studio.bzl", "studio_data")