Merge commit '08357b2' into google-api-python-client_v1.5.1

Inital commit of google-api-python-client 1.5.1 with history.

Added:
- Android.bp
- MODULE_LICENSE_APACHE2
- NOTICE
- METADATA
- README.android

Bug: b/80314772
Test: 1.make acloud with "py-google-api-python-client" in libs dependency and was able to import apiclient
      2.able to run acloud create/delete command.

Change-Id: Ibb37290d43009c5084764c2539572653582ba1bd
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..2b18331
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,15 @@
+name : "google-api-python-client"
+description:
+    "This is the Python client library for Google's discovery based APIs."
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://pypi.org/project/google-api-python-client/"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/google/google-api-python-client"
+  }
+  version: "1.5.1"
+  last_upgrade_date { year: 2018 month: 6 day: 1 }
+}