commit | 1c056cfbbc89ac6a2fd8f12492b6c5e03ad7b6dc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 29 23:28:35 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 29 23:28:35 2020 +0000 |
tree | bf7ce5bdd5b7d9ff6870e88791f42536a7202b79 | |
parent | 4bead4d180edc6e1322d10ec4eb1b89193f5f22d [diff] | |
parent | 650771c5d41930ebc9408f92a4699db92fca18a1 [diff] |
Merge "Fix conflict with common zsh alias" am: fd4a406174 am: 650771c5d4 Original change: https://android-review.googlesource.com/c/platform/build/+/1434523 Change-Id: I096704359f0808b411207335f86d7ac792041fd0
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.