commit | 6a88bd49bc5c684cd3bb4bcc340da8bb3d4a9fc6 | [log] [tgz] |
---|---|---|
author | Pete Gillin <peteg@google.com> | Thu Oct 17 16:21:58 2019 +0100 |
committer | Pete Gillin <peteg@google.com> | Fri Oct 25 16:55:54 2019 +0100 |
tree | 04cf3500caf2cf3d3ddbddf71a046eb37c2d6167 | |
parent | 8567331a4f65dee630a9e198bd697676cf38dea1 [diff] |
Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. Prior to this change, setting that to "false" turned the default Java language level back to 8. This change removes that option. Also remove the unused make variable USE_OPENJDK9. Bug: 115604102 Test: m java droid docs tests cts Change-Id: I040cf83a2457227ffbcd1c62649e33b98c0c66f7
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.