commit | 73ba79702ef72167e683998c2a9dc2ea0934833c | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Fri May 31 11:07:14 2024 +0100 |
committer | Sorin Basca <sorinbasca@google.com> | Tue Jun 11 14:30:39 2024 +0100 |
tree | 8926bf3574268018cfff0a13cfd3744c74aebb66 | |
parent | 6d52c945d50783333a82e7311e876f54bcc7c1a6 [diff] |
Allow experimental use of Java 21 by default in makefiles Bug: 342332820 Test: EXPERIMENTAL_TARGET_JAVA_VERSION_21=true m javac-check lint-check dist Change-Id: I510746d617c49a0423f1ab0171a3474b181c3875
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.