commit | bedd2a57f9963826ad1252a392660a0c0a8b4243 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Tue Jan 07 03:01:03 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 07 03:01:03 2020 -0800 |
tree | 39cde4b8dea12ad221497dce5abc0413afb3cceb | |
parent | 2eee2cd593f8aeb87c0cdcbe253216b1c4b9d03d [diff] | |
parent | 5268bfa61e299542b1afb2b887cc815c61ffff9f [diff] |
Merge "Respect JIT-zygote config when generating boot image location." am: 5268bfa61e Change-Id: I4cf43302005c80d543f24a45520fd0f7d3a9c14b
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.