commit | efda207c09de55f133b22d397a78add7673fd560 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Wed Nov 15 16:52:02 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 15 16:52:02 2023 +0000 |
tree | 741bb99a0558b82aeccad910c3ace38ef88e1464 | |
parent | afe55106e57111f57014f952a469a22b19a94603 [diff] |
Revert "Cache Java codegen'd flags in static member variables." This reverts commit afe55106e57111f57014f952a469a22b19a94603. Reason for revert: causes a bug b/311187402 Change-Id: Ic3f56fbb66a6412cd702cebd9e4247032f950324
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.