commit | 56cc49eab92c17094ed7ab970ce1e6e5e6af78d3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Mar 04 19:19:40 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 04 19:19:40 2021 +0000 |
tree | 4d1d9df51e5cb6c6a6c21518af8585983c6099e3 | |
parent | b10f7d2a9cbb03b93dbdc233f1dd142f3c1756b1 [diff] | |
parent | bf0b8a8610fc9383a89b24fa917e67b632958751 [diff] |
Merge changes I6ccf5fb9,I39a308fb * changes: Add a check for missing entries in AVB_FOOTER_ARGS_BY_PARTITION Add missing R partitions in AVB_FOOTER_ARGS
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.