Index: docs/android_build_instructions.md |
diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md |
index be30dfa87bf3affc3384658c6e6aeb725eed3b0d..a0f95414acb5df38ca74632d0a9df77c298a38a9 100644 |
--- a/docs/android_build_instructions.md |
+++ b/docs/android_build_instructions.md |
@@ -112,19 +112,6 @@ keys](https://www.chromium.org/developers/how-tos/api-keys) if you want your |
build to talk to some Google services, but this is not necessary for most |
development and testing purposes. |
-### Configure the JDK |
- |
-Make also sure that OpenJDK 1.7 is selected as default: |
- |
-```shell |
-$ sudo update-alternatives --config javac |
-$ sudo update-alternatives --config java |
-$ sudo update-alternatives --config javaws |
-$ sudo update-alternatives --config javap |
-$ sudo update-alternatives --config jar |
-$ sudo update-alternatives --config jarsigner |
-``` |
- |
## Setting up the build |
Chromium uses [Ninja](https://ninja-build.org) as its main build tool along |