aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-07-14 08:26:01 -0700
committerJoel Galenson <jgalenson@google.com>2021-07-14 08:26:01 -0700
commit1c33108b3901dd464f81acf08b5268ec294b3876 (patch)
tree44e7fb4ad6e20ddc98a4fbcf5aaa681577b7e059 /README.android
parentb53dd06ad19d902c2155b2f616725b14b423a776 (diff)
downloadtokio-1c33108b3901dd464f81acf08b5268ec294b3876.tar.gz
Add README.android explaining the winapi feature.android-s-beta-4android-s-beta-3android-s-beta-4
Test: TreeHugger will test this no-op change for me! Change-Id: Iaf98c1e6e3bd135bac60401904948e38e6b585f1
Diffstat (limited to 'README.android')
-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.