commit | 97064c53ff24d458b7de7f654605b7a4c5bd6ee8 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Wed Apr 20 07:13:28 2022 +0000 |
committer | SzuWei Lin <szuweilin@google.com> | Wed Apr 20 07:20:45 2022 +0000 |
tree | 0424018ad5ff2b2f6fa1c75a2a8864ccc9f4b7c6 | |
parent | 9ec1a7aa72453a5792bafe699dc704ab4b3fc413 [diff] |
Add boot AVB key setting to GSI Signing tool assumes GSI targets has boot.img and get error without these settings. Bug: 229814765 Change-Id: I1e8e7f6375e396e1c2feb858b97e7d27dc5a2dec
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.