commit | fa9286943c72fc1d3ab4f057c39ad04348f614a8 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Aug 16 17:01:53 2022 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Aug 30 19:46:49 2022 +0000 |
tree | b7bf93a9363d7810933f21057d921519c2f7b3fe | |
parent | 62a7f6e08e056c4ee8d63ec7ee169dd9252a4ef1 [diff] |
Rename ota_utils.Payload to PayloadGenerator There's also a Payload class in system/update_engine/scripts. To avoid name collision, rename the one in releasetools to PayloadGenerator. No functional changes in this CL. Bug: 227848550 Test: th Change-Id: Ib7d4c7ad9839d99416d965e3a3661b8cee7b7693
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.