Add location of android_tools

Bug: 276280766

Test: presubmits and b any android app
Change-Id: I272d3f3f37fb3ed833aaeafb57b3c822672bd8a3
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index f3989df..a07436e 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -125,6 +125,12 @@
     path = "prebuilts/bazel/linux-x86_64/remote_java_tools_linux",
 )
 
+# The following repository contains android_tools prebuilts.
+local_repository(
+    name = "android_tools",
+    path = "prebuilts/bazel/common/android_tools",
+)
+
 # The rules_java repository is stubbed and points to the native Java rules until
 # it can be properly vendored.
 local_repository(