commit | 4d8612503def230bebeb2a10aae4c6af4b722ead | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Dec 12 19:19:44 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Dec 12 19:44:26 2024 +0000 |
tree | fbb1be8979fab5a9ae2e85cc23f07bcb36769919 | |
parent | 8382f29f7c82b0914c3e3034188a0d97d47cf439 [diff] |
Export partition specific security patches to soong These are used as inputs to avb when building the img files. Boot and Init_boot security patches will likely need to be exported in the future as well (I have not tested bit-identical files for these partitions yet). Test: presubmits Bug: 383357338 Change-Id: Id2c5102d8a0b389754a2410b419e8e05be721b48
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.