commit | 37674b40b49b2eda5dcd875f98ef8d7021804dac | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Feb 24 13:40:46 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Apr 22 09:16:00 2022 -0700 |
tree | 6508f97eef6457cd89dd5b41c2ceab027943880a | |
parent | e0a44065b1736956da9e938fee2678554b2150ff [diff] |
Update PLATFORM_VERSION to UP1A Update PLATFORM_VERSION to UP1A. The codename is now UpsideDownCake. Bug: 219519679 Test: m checkbuild Change-Id: I61db64b279e4e64c9be33095bf98b3bbdb0e19d8 Merged-In: I61db64b279e4e64c9be33095bf98b3bbdb0e19d8 (cherry picked from commit 29919e3b66bc570bcd1bf05fd75831a302405383)
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.