commit | 95339b0d9135c9b29749df0bca3d0a470c3d0fa3 | [log] [tgz] |
---|---|---|
author | Howard Chen <howardsoc@google.com> | Wed Sep 29 17:28:48 2021 +0800 |
committer | Howard Chen <howardsoc@google.com> | Thu Sep 30 07:10:05 2021 +0000 |
tree | 4300cfc5f76bbc58fdc97e3ad6f0148f8bbab3d8 | |
parent | 95e5729ee5cdc604ebf2d906f45cc2ccf921bf1d [diff] |
Make GSI target to export bootimage to DIST This is to support a bootimage only target in AB. Bug: 198363484 Test: lunch aosp_arm64-userdebug; make bootimage dist Change-Id: I9a32c365f635ec4693675a1969d7a1e684c8f55a
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.