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

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

Change-Id: I6dadc5bb000929c88780908d1539f0e78db7dbc4
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",
+    ],
+}