commit | 8a59680b4f9e2f908ece6215366aa67a8e71a46d | [log] [tgz] |
---|---|---|
author | Howard Chen <howardsoc@google.com> | Mon Oct 04 06:59:55 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 04 06:59:55 2021 +0000 |
tree | b96d9ab0ae055070d1c64707d44d87f4e1791fc1 | |
parent | 651b8b7eb0c3e8cdf9471cee4e78ead064558b3d [diff] | |
parent | c1b9c1d8016a7622324cccaa0f434e2b2c5bf05e [diff] |
Merge "Make GSI target to export bootimage to DIST" am: c1b9c1d801 Original change: https://android-review.googlesource.com/c/platform/build/+/1839815 Change-Id: Ibac747f40c9a961fbe692f511b2edfef11f07247
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.