0

Android: Update docs and install-build-deps-android.sh to require java8

We don't strictly require java8 yet, but will soon.

BUG=662467

Review-Url: https://codereview.chromium.org/2666783004
Cr-Commit-Position: refs/heads/master@{#455459}
This commit is contained in:
agrieve
2017-03-08 07:44:31 -08:00
committed by Commit bot
parent ecaade2ce8
commit 8638ef810c
2 changed files with 37 additions and 71 deletions

@ -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