aboutsummaryrefslogtreecommitdiff
path: root/rules/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'rules/BUILD')
-rw-r--r--rules/BUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/BUILD b/rules/BUILD
new file mode 100644
index 0000000..b233605
--- /dev/null
+++ b/rules/BUILD
@@ -0,0 +1,18 @@
+exports_files([
+ "data_binding_annotation_template.txt",
+ "res_v3_dummy_AndroidManifest.xml",
+ "res_v3_dummy_R.txt",
+ "robolectric_properties_template.txt",
+])
+
+alias(
+ name = "ResourceProcessorBusyBox",
+ actual = "@bazel_tools//tools/android:busybox",
+ visibility = ["//visibility:public"],
+)
+
+alias(
+ name = "current_java_runtime",
+ actual = "@bazel_tools//tools/jdk:current_java_runtime",
+ visibility = ["//visibility:public"],
+)