commit | f2d4c8dc80b8cb6b385abe807b1f42be34dc0086 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Tue Jan 23 20:50:54 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Jan 23 20:50:54 2024 +0000 |
tree | b60092dd597d7d7c1295e71d72e35cf9a1f94648 | |
parent | 04acb6d25584b7ee42617bf998903bd768b2209b [diff] |
update flags.mk to create one storage file per rule Bug: b/321243743 Test: tested in internal main build Change-Id: I824c698587843fc72e8a16e8646262202663d99e
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.