Add Android.bp

Bug: 155855709
Test: mm
Change-Id: I74762e0ab9d802d549898e730f7346b9faaa2e67
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..4554652
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,10 @@
+// This file is generated by cargo2android.py --run --device --dependencies.
+
+rust_library {
+    name: "liblibm",
+    host_supported: true,
+    crate_name: "libm",
+    srcs: ["src/lib.rs"],
+    edition: "2018",
+    features: ["default"],
+}