Add bundletool java_binary_host module

This is for convenience.

Bug: 236673372
Test: m bundletool
Change-Id: I8f6f7eef7004ba126b520fa2ed0870eca76de97c
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..7d22d9d
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+java_import_host {
+    name: "bundletool-all-jar",
+    jars: ["*.jar"],
+}
+
+java_binary_host {
+    name: "bundletool",
+    static_libs: ["bundletool-all-jar"],
+}