commit | 31f6e08fc90ff368927c55bc1142ea94b0ce8559 | [log] [tgz] |
---|---|---|
author | Jakub Czapiga <czapiga@google.com> | Tue Jun 18 15:39:09 2024 +0000 |
committer | Jakub Czapiga <czapiga@google.com> | Tue Jun 18 15:40:14 2024 +0000 |
tree | c86399ff733b9c3214dfae1211ee32832804076c | |
parent | bb4e87008feae55ccfe6506a273817bd97e47c61 [diff] |
Drop legacy vboot support. Bug: 291329969 Bug: 347885843 Bug: 347899892 Test: m Test: CIs (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5071b95a067c9392b7bfa4d95957307ff0ccdcc3) Merged-In: I5f30f63553cc2670650897e259ba51baf8ced05d Change-Id: I5f30f63553cc2670650897e259ba51baf8ced05d
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.