commit | e0a44065b1736956da9e938fee2678554b2150ff | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Wed Mar 16 14:27:01 2022 +0000 |
committer | Colin Cross <ccross@android.com> | Fri Apr 22 09:14:48 2022 -0700 |
tree | 2a0f2c354ec829310c1ab9e009f6db0b657423d3 | |
parent | 746806b3bb6d33dd8ea1301e15bd813e25360d4e [diff] |
Expand KNOWN_CODENAMES to cover all entries in Build.VERSION_CODES. Bug: 220153433 Test: atest BuildTest Change-Id: I24d73a846d14a032c1e03679cef10cfeac814bb9 Merged-In: I24d73a846d14a032c1e03679cef10cfeac814bb9 (cherry picked from commit da1e41d1f3d87ad465853c9c40f8811e74155529)
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.