aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-07-14 17:43:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-07-14 17:43:59 +0000
commit6e9b0034fd96031ce94d2c0694b4499a4df8f8de (patch)
tree44e7fb4ad6e20ddc98a4fbcf5aaa681577b7e059
parenta81c1cbe488f896eff7f4f8bd2bc9bd5aff8a969 (diff)
parentab4778adb65f5e17cc4c8710701ced48d4452c1f (diff)
downloadtokio-6e9b0034fd96031ce94d2c0694b4499a4df8f8de.tar.gz
Add README.android explaining the winapi feature. am: 1c33108b39 am: d238889943 am: ab4778adb6
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio/+/1764660 Change-Id: If4c1c12cddcaf2877b60912d7f10e97cf996d865
-rw-r--r--README.android1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 0000000..a0d1ce4
--- /dev/null
+++ b/README.android
@@ -0,0 +1 @@
+The Android.bp file contains the "winapi" feature even though it is not used on Android. This gets added automatically by cargo2android.py and removing it would be non-trivial. It should have no effect on the crate, as the code is included only on Windows, so we keep it rather than maintaining a patch to remove it.