commit | 47bebaca8b0eeaeec70c6cd66ee0da4791e4855f | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 15 10:08:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 15 10:08:03 2021 +0000 |
tree | 1607b80504445e86556a16ee0edbbac7e9c9c52e | |
parent | 61a1d6d7a314a94f491a9d1979d4c4594d4ae142 [diff] | |
parent | 757e2e1fc10d92ceae13d653c2e93ebd571e5a68 [diff] |
Merge "Add help message for likely typo to lunch" am: 757e2e1fc1 Original change: https://android-review.googlesource.com/c/platform/build/+/1736893 Change-Id: I3ed2ca1d5f2039f955db4f6d5a1401b4e7b307b8
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.