commit | 41d3833a076d6462dbe69c6f4536db57c2b678f3 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Sep 10 14:35:18 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Sep 10 14:36:00 2024 -0700 |
tree | 7da554ff73a2ce2c4eba41aec7bdbff3d661ac59 | |
parent | 2427d9d40243d505295e8e8c5859e46a6ceb0c13 [diff] |
Specify tooling dependency for create_brick_ota create_brick_ota relies on signapk for OTA package signing, hence add relevant tools in dependency list. Bug: 365701163 Change-Id: Ib414a468bc690ee35cc7cae7bc0d3062c89d0bbe
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.