Bazel files for uber skeleton project dependencies.

Test: UberSkeletonSmokeTest
Change-Id: I3e73a2e40aa5839f00a9a89009090e0f57b793db
diff --git a/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/BUILD b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/BUILD
new file mode 100644
index 0000000..d5df57c
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "blockcanary-android-1.2.1.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "blockcanary-android-1.2.1.pom",
+    visibility = ["//visibility:public"],
+)