Add Android.bp

Test: make
Bug: 152884384
Change-Id: I1e0aec9e8891b41e72437608658c17bfe82265bb
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..4b09a12
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+// This file is generated by cargo2android.py.
+
+rust_library_host_rlib {
+    name: "libthread_local",
+    crate_name: "thread_local",
+    srcs: ["src/lib.rs"],
+    edition: "2015",
+    rlibs: [
+        "liblazy_static",
+    ],
+}
+
+// dependent_library ["feature_list"]
+//   lazy_static-1.4.0