commit | 48b81e73861af12d3ba05b7afb65288776834ee8 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Jul 26 14:33:51 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Sep 06 11:51:13 2023 -0700 |
tree | b22dbd02ec54280ff25acd7bedec9d665c84a095 | |
parent | 145ca3034fc0cd17e8520a10b9da34824917c3ab [diff] |
Clean staging dirs in build_image.py build_image.py now accepts a --input-directory-filter-file argument that contains a list of files to consider from the input directory. A new, temporary input directory will be created, and only the considered files will be copied to it. This removes most of the need for `m installclean`, as old files or files built manually will no longer end up on the partition. Bug: 205632228 Test: Presubmits Change-Id: I4c82ac7f1ed49a37271755749c8f72afeeb7f295
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.