Add Android.bp am: 6f93744d49

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/scopeguard/+/1460562

Change-Id: I7a38ed1f9e6e00cf75190e3944963ae8ee144cfb
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..49cedb5
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,13 @@
+// This file is generated by cargo2android.py --run --device --dependencies.
+
+rust_library {
+    name: "libscopeguard",
+    host_supported: true,
+    crate_name: "scopeguard",
+    srcs: ["src/lib.rs"],
+    edition: "2015",
+    features: [
+        "default",
+        "use_std",
+    ],
+}