commit | 6cea038dfe7366e52b803f199022d749bac4c97b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 01 01:05:35 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 01 01:05:35 2020 +0000 |
tree | 9aaf773b6491dc3f7f6a6945401f43b39ccfc2b9 | |
parent | 3a6e1ec965168c4aab09695dcb7d7872e0a6c427 [diff] | |
parent | c73b31bf2a4af537a01d74bf53e65edb4515eab1 [diff] |
Merge "Add bootloader to droidcore if built" am: c73b31bf2a Original change: https://android-review.googlesource.com/c/platform/build/+/1416388 Change-Id: I70d080749b3eb6de180e77a25a45feea6de699ed
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.