commit | 3fb7ddf3bc59b9989af1d8fd2c9cfcb3bfc66e02 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 01 13:32:13 2021 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Mar 01 13:32:13 2021 -0800 |
tree | aa749d6ffcf50ac28ea7f84b3174e7c780927b57 | |
parent | d33ae8363cda13954675b6bdcbe067770cf64c38 [diff] |
Update m help text with guidance on parallelism Remove "-j" from the default recommended arguments and add a paragraph describing the -j behavior. Test: m help Change-Id: Id5a5f4719f18ea2a9d09df43f5fb38592a59f5c9
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.