commit | 97ea68aea6d274fb9135df927fde53fcfb1c81d2 | [log] [tgz] |
---|---|---|
author | Fabián Cañas <fabiancanas@google.com> | Tue Apr 23 20:36:14 2024 -0400 |
committer | Fabián Cañas <fabiancanas@google.com> | Tue Apr 23 21:28:29 2024 -0400 |
tree | 2c5333e12fb87aad6ee413afd8875a57241ee4e9 | |
parent | 171944d88a45d506611067dbf66eaab627bfd3e2 [diff] |
Add --unused parameter to whichgit The --unused parameter inverts the output of whichgit, reporting which git projects are not used for a given build target. Test: build/make/tools/whichgit --unused Test: build/make/tools/whichgit --unused --modules framework Existing use-cases should remain unchanged: Test: build/make/tools/whichgit --modules framework Change-Id: Ia4e55a5cb0331d522fed76821fe813ef98c25a67
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.