commit | 541174975b57be598ff57ba8578a071d2cecdba4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 17 02:34:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 17 02:34:35 2021 +0000 |
tree | 315dd8abfbd867ba7f3470ed2b1a22e8786ef78a | |
parent | 02e6d3ff7465a118a13c64bf471cc436b77938e1 [diff] | |
parent | bb53fe394bb1a8d36bf48806f7d1cebaa0117239 [diff] |
Merge "Show bazel help for `b` called without args." am: bb53fe394b Original change: https://android-review.googlesource.com/c/platform/build/+/1737501 Change-Id: I973fe2c359649067c115c9af0ed1b1935e1807d0
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.