commit | 1b2eea56e6a87ebf7fb385fef62dc9e94aa2eb8b | [log] [tgz] |
---|---|---|
author | Ian Kasprzak <iankaz@google.com> | Wed Feb 21 17:12:16 2024 +0000 |
committer | Ian Kasprzak <iankaz@google.com> | Wed Feb 21 17:12:16 2024 +0000 |
tree | 464e2db994ed19d984df3659e29d5f085b569fd5 | |
parent | bc5a4271eec367703abba4167d9c03db7e18087c [diff] |
Move RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES out to release configs. We have more known codenames then we are releasing, and need a way to override this in release configs. Bug: 307733231 Test: m nothing Change-Id: I2215dc449ca28cae253f514183507550b58f267b Merged-In: I2215dc449ca28cae253f514183507550b58f267b (cherry picked from commit 569b9e08fa2b27b16edc6474d678fd438f0311b1)
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.