commit | 43e582a0c075d81af3bfea716bf74aef58c699ce | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 15 17:47:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 15 17:47:46 2021 +0000 |
tree | 77dcccf86be8e98c893d8ead17c4477c578c1a91 | |
parent | 712c5a17265bc7ecf4d4612c69097ba489078194 [diff] | |
parent | 86eac1d61090c95b5bdf627b88665cd36f0126f7 [diff] |
Merge "Add help message for likely typo to lunch" am: 757e2e1fc1 am: 47bebaca8b am: e444a5c3fb am: 86eac1d610 Original change: https://android-review.googlesource.com/c/platform/build/+/1736893 Change-Id: Id6a3738ea35587f36b1fb8f3669e91ac378c6b19
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.