commit | 93e1e702a4f737129fcf190f6366cecd4b79e6b0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Nov 07 11:48:03 2023 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Nov 14 11:03:08 2023 -0800 |
tree | 5332f39509d26fc41988c4502ac524983134d24e | |
parent | 2b09495e2af0ee10fa1bc91cf7a8b4ff0b95baed [diff] |
Remove ALL_DEPS.MODULES Nothing reads it any more. Test: m checkbuild Change-Id: I6f11a5273b0c2cc92a3b0c49bbefbf084cb734a1
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.