Add Android build file am: 0885abea1b am: d479431d30 am: 117d8f68cd

Original change: https://android-review.googlesource.com/c/platform/external/python/bumble/+/2182638

Change-Id: I800bae2e213fa6b29062b785634db94b1d26cdff
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..2fb450f
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,11 @@
+python_library_host {
+    name: "bumble",
+    srcs: [
+        "bumble/*.py",
+        "bumble/profiles/*.py",
+        "bumble/transport/*.py",
+    ],
+    libs: [
+        "py-cryptography",
+    ],
+}