commit | 92f08702ddd42959508279eaf88071564bbc5b54 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Thu Oct 14 17:07:14 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Oct 15 19:26:39 2021 +0000 |
tree | 7dcdd0dc432adef5f867957231c21e4033dfb83f | |
parent | 88cceca4c52255d283644b9a135b8092d73e3214 [diff] |
Stop building boot-(debug|with-debug-ramdisk)-*.img for GSI/GKI We don't need these anymore as we now export userdebug_plat_sepolicy.cil to artifacts dist dir directly, so repack_bootimg don't need to use boot-(debug|with-debug-ramdisk)-*.img as repack source anymore. Bug: 202129499 Test: Check presubmit artifacts don't have boot-*debug*.img Change-Id: I3161e42b00a93177a1a4cb3b22da2218d294b7a7
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.