commit | 585967c08aa79e3eeacb24ca52c87cf22532d379 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 29 19:19:20 2023 +0000 |
committer | Colin Cross <ccross@android.com> | Sat Sep 30 00:37:38 2023 +0000 |
tree | 77ec8ecdd9b3d3f03db3178c1fa22b8447796eef | |
parent | 985332eacaefb9b59ec07e9dbc3720694ccbfe30 [diff] |
Delete staging directory after creating module package zip The staging directory isn't used after the module packaging zip is built. Delete the staging directory to reduce disk usage without affecting incremental build performance. Bug: 302573555 Change-Id: I377c60714f78760d0b6c2588935c12e10a9ed224 Test: treehugger
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.