Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1541)

Unified Diff: docs/android_build_instructions.md

Issue 2666783004: Android: Update docs to say Java 8 is required (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/install-build-deps-android.sh ('K') | « build/install-build-deps-android.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« build/install-build-deps-android.sh ('K') | « build/install-build-deps-android.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698