commit | c3073786b3f5535c7b4664d3b6d6dd10dd47eee0 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Nov 15 18:04:54 2023 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Thu Nov 16 12:26:41 2023 -0500 |
tree | 83cd331f1a6d338c828ab22ba7f146ae4e1e31ec | |
parent | 5003ff741a5e57e9bf507de1997adeafa8690930 [diff] |
Revert^2 "Cache Java codegen'd flags in static member variables." This reverts commit efda207c09de55f133b22d397a78add7673fd560. Reason for revert: this unrevert contains the fix for b/311187402 Test: cargo test Change-Id: I210aebd30edd864a7c141ede336c12aebf4f1fcd
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.