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:
@ -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
|
||||
|
Reference in New Issue
Block a user