Support building all variants.

Bug: 143217452
Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs
Change-Id: I5f5db15846fe7da2073567aacf0c26569261e6ac
diff --git a/Android.bp b/Android.bp
index b54674e..4d31b9a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,6 @@
 // This file is generated by cargo2android.py --run --device.
 
-rust_library_rlib {
+rust_library {
     name: "libfutures_channel",
     host_supported: true,
     crate_name: "futures_channel",
@@ -11,7 +11,7 @@
         "default",
         "std",
     ],
-    rlibs: [
+    rustlibs: [
         "libfutures_core",
     ],
 }