commit | 5c6410edeea2f29fe250b3d6769e23a965f33f93 | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Wed Nov 03 16:13:05 2021 +0800 |
committer | Jim Tang <jimtang@google.com> | Thu Nov 11 10:24:51 2021 +0800 |
tree | b9ab50aed49dc82b6f8ea726bf083540227ed312 | |
parent | db7732900b61fd6fb514f97d15a6f29c32470cfd [diff] |
Record ALL_DEPS by default. Abandon the use of RECORD_ALL_DEPS to record ALL_DEPS. BUG: 204397180 Test: m, and inspect module-info.json. Change-Id: Iaf35580b52c11ad37017b1fb8e0937b859d3f55b
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.