commit | 0622a4fed6591efdc6507bb05a794e3ba73b3951 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 11 05:38:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 05:38:52 2021 +0000 |
tree | 58a029e8bde6289f0c1e50fc6d76be700a225f9d | |
parent | f2353be75397d2a746e55563bca173d79fc772d1 [diff] | |
parent | 180720602f29c06c144e0945ede2b7006f8288b5 [diff] |
Merge "Record ALL_DEPS by default." am: 372d74a8c9 am: 44ce81a207 am: 97e85dcf4a am: 180720602f Original change: https://android-review.googlesource.com/c/platform/build/+/1878199 Change-Id: I434737a8d4c2170e99ff8d5eadee88a11c6efcea
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.