diff options
| author | 2017-05-23 13:34:24 +0100 | |
|---|---|---|
| committer | 2017-05-26 12:45:25 +0100 | |
| commit | 849bb6bf99f142039aece3362d8fb4b56aba5c12 (patch) | |
| tree | 921fbeb777a390904277e1c18f185535fd0188c6 /python/python.go | |
| parent | 442b7e6dc9d05c0c904c0023753ac6d5e876b507 (diff) | |
Allow version 9 toolchains for EXPERIMENTAL_USE_OPENJDK9
By default, the Android build enforces an OpenJDK 8 toolchain,
whose name contains the strings "openjdk" and "1.8".
After this CL, the check can be changed to enforce a toolchain
name starting with "9" and without the need for "openjdk" having
to occur in the name.
This experimental new check can be enabled by running:
export EXPERIMENTAL_USE_OPENJDK9=true
To switch back to the standard check, run:
unset EXPERIMENTAL_USE_OPENJDK9
Test: make ANDROID_COMPILE_WITH_JACK=false checkbuild tests \
&& make checkbuild tests
(with OpenJDK 8u45 toolchain on the PATH)
Test: make EXPERIMENTAL_USE_OPENJDK9=true \
ANDROID_COMPILE_WITH_JACK=false checkbuild
(with jdk 9-ea+170 toolchain on the PATH)
Bug: 38177295
Change-Id: I75de3e23fe0b7f41eb6dd3f55dadd3fa3c3383bd
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions