commit | 42f5a6bb6a74f85514bcc3db8533194c31742917 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Oct 02 13:43:18 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 03 10:35:32 2023 -0700 |
tree | 96933b9f910685b6fca1def1a25d1c00af3ed62a | |
parent | 0d9b3a99ef7df49b760798c8e8c44d0672193a4c [diff] |
Clean out old rustc compiler intermediates The CL that splits rust complation and linking into separate actions is being reverted to save disk space. Delete the intermediates that are no longer needed in order to immediately free the disk space. Bug: 293349612 Test: builds Change-Id: I1e9f015bf9b6ffe8ba3ccd11ac3075e90640e9b3
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.