commit | f91d74bd520e3f397ea58c6be7083f05fdb6caea | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Mar 14 16:46:22 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Mar 14 16:58:36 2023 -0700 |
tree | f18110389b15804e1c5ab4defccf4b09748a473a | |
parent | 88043be8c37e2013a5ef66c56d0fd6b425206191 [diff] |
Add an automated tools for generating brick OTA package In the past, we have been generating brick OTA packages manually. Automate this process. Bug: 273561331 Test: create_brick_ota --product oriole brick.zip and apply the package Change-Id: I7f4cf3cacaedd9d376b4cc07cbb388930bca643b
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.