commit | dbaa0dd878e28c1a394b39ec89ad17c12d7d2f7e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 07 11:15:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 07 11:15:28 2020 +0000 |
tree | b26b915f81094787d109ca608925ac1e0ceb4109 | |
parent | ea31abaf4fa129e0b301d96a89742c5792bb9b64 [diff] | |
parent | bedd2a57f9963826ad1252a392660a0c0a8b4243 [diff] |
Merge "Respect JIT-zygote config when generating boot image location." am: 5268bfa61e am: bedd2a57f9 Change-Id: I9e236dbe5a9f82e26a6e6c1eefcedecf5a3cd3c0
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.