Merge upstream commit 'a2f18cffc96dde7edace9538a117e446d4108d5c' into master
Test: atest avatar
Change-Id: Ie8e172c614e6e20ed8e74d894e90fcae755a108e
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..7d26b07
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,28 @@
+package {
+ default_applicable_licenses: ["external_python_bumble_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_bumble_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
+python_library_host {
+ name: "bumble",
+ srcs: [
+ "bumble/*.py",
+ "bumble/profiles/*.py",
+ "bumble/transport/*.py",
+ ],
+ libs: [
+ "py-cryptography",
+ ],
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..30444f1
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "Bumble"
+description:
+ "Bumble is a full-featured Bluetooth stack written entirely in Python."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://google.github.io/bumble/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/bumble"
+ }
+ version: "c66b357de6908cf3680d83a73c6744451e2d0fa0"
+ last_upgrade_date { year: 2022 month: 7 day: 25 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..b008db5
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
[email protected]
[email protected]
[email protected]