commit | 82df516665d164220aaa1d8a867cd5fa087ffb99 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 12 17:56:15 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 13 04:53:17 2023 +0000 |
tree | 276daf3fcb3caa464652a13f7f45785a491a8e57 | |
parent | 6c4627369ec47e80b6c1714ec1117ebf440e568c [diff] |
Update LOCAL_JAVA_LANGUAGE_VERSION logic to match Soong Support LOCAL_JAVA_LANGUAGE_VERSION := 11 or 17 and match the default value of 17 used in Soong. Bug: 298613711 Bug: 299937334 Test: m javac-check Change-Id: I19aa24cc5197ab0e6cb03361124c36ce3e316810
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.