commit | bf0b8a8610fc9383a89b24fa917e67b632958751 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed Mar 03 17:31:04 2021 -0800 |
committer | Tianjie <xunchang@google.com> | Wed Mar 03 17:31:48 2021 -0800 |
tree | af86b40e1413678729a1c5e28f8a1911e5836e98 | |
parent | 697c6eecf65b62141e7e723492ec446e295b769b [diff] |
Add a check for missing entries in AVB_FOOTER_ARGS_BY_PARTITION Fail the signing if the AVB_FOOTER_ARGS_BY_PARTITION isn't in sync with common.AVB_PARTITIONS. Bug: 181787095 Test: run sign_target_files_apks on a S image Change-Id: I6ccf5fb9f39b92c1da2554f5b3826d2cd87d84d7
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.