Upgrade rust/crates/futures-channel to 0.3.17

Test: make
Change-Id: Id0c37aaa9d6cedc363b962db5d8eef6cc3059e90
diff --git a/Android.bp b/Android.bp
index 4abd933..3f6921c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,6 +45,8 @@
     name: "libfutures_channel",
     host_supported: true,
     crate_name: "futures_channel",
+    cargo_env_compat: true,
+    cargo_pkg_version: "0.3.17",
     srcs: ["src/lib.rs"],
     edition: "2018",
     features: [
@@ -62,6 +64,3 @@
     ],
     min_sdk_version: "29",
 }
-
-// dependent_library ["feature_list"]
-//   futures-core-0.3.16 "alloc,std"