commit | 6cd53418f889a5d20dd3fc62b7fc1b3ae6fc79e0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 17 03:22:29 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 17 03:22:29 2021 +0000 |
tree | 3390d9fce3ae2005a05a246e06f90d624bfa33fb | |
parent | 3e97eaf609d44811e2eaaa643b581af5eed235f1 [diff] | |
parent | bbdac0940c6a183064755026939998da81857641 [diff] |
Merge "Show bazel help for `b` called without args." am: bb53fe394b am: 541174975b am: 561e16a0a5 am: bbdac0940c Original change: https://android-review.googlesource.com/c/platform/build/+/1737501 Change-Id: I5defbca387879b6913cd04b993a500630dfb7678
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.