commit | ffb366ee9953843df8d90714bd4ece019ac95faa | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Thu Oct 14 16:56:00 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Mon Oct 18 06:33:51 2021 +0000 |
tree | 5fd9fdb53beafe01d0a205223971e1d797b809dd | |
parent | 92f08702ddd42959508279eaf88071564bbc5b54 [diff] |
Revert "Renames boot-debug-*.img in GSI targets" This reverts commit a2a5db44663a8dff93f0456034e17848155613f8. Reason for revert: original change was obsoleted by I3161e42b00a93177a1a4cb3b22da2218d294b7a7 Bug: 202129499 Test: Presubmit; change should be noop Change-Id: Ib7be1ed73dbf08758276666f8ce35ed9cbf18a36
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.