| commit | 0e284a241b7e9ee7e31bf543df168f70870c6080 | [log] [tgz] |
|---|---|---|
| author | Spandan Das <spandandas@google.com> | Mon Jun 23 21:07:19 2025 +0000 |
| committer | Spandan Das <spandandas@google.com> | Mon Jun 23 21:07:19 2025 +0000 |
| tree | de6b4d708ebb880a73d9d4a05b4c24e9358dc4ba | |
| parent | e0c977eb9ca212537d99d4fed000c03309fd43eb [diff] |
Use a deterministic salt to avb sign vendor_kernel_boot.img This helps with hermetic builds. Test: presubmits Bug: 420672950 Change-Id: I10e436d86a6e043f908c1dfeff8b331b6c61a3a6
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.