Update documentation to remove `--android_crosstool_top`.
PiperOrigin-RevId: 612848785
Change-Id: I9f098f34bf01feb44879aeaffa8f0a8a1e838a9d
diff --git a/site/en/docs/user-manual.md b/site/en/docs/user-manual.md
index 5b796cc..8025836 100644
--- a/site/en/docs/user-manual.md
+++ b/site/en/docs/user-manual.md
@@ -636,16 +636,6 @@
objc_*, ios__*, and apple_* rules. For those targets, this flag overwrites
`--crosstool_top`.
-#### `--android_crosstool_top={{ "<var>" }}label{{ "</var>" }}` {:#android-crosstool-top}
-
-Warning: `--android_crosstool_top` is deprecated. There is no need to set this.
-
-The crosstool to use for compiling C/C++ rules in the transitive `deps` of
-`android_binary` rules. This is useful if other targets in the
-build require a different crosstool. The default is to use the crosstool
-generated by the `android_ndk_repository` rule in the WORKSPACE file.
-See also [`--android_platforms`](#android-platforms).
-
#### `--compiler={{ "<var>" }}version{{ "</var>" }}` {:#compiler}
This option specifies the C/C++ compiler version (such as `gcc-4.1.0`)