commit | 009a494572406d9002129ebf44548269a268bbf2 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue Dec 19 10:24:35 2023 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Tue Dec 19 10:24:35 2023 +0100 |
tree | b056d0878bb9ab5dc8400be50d0d342d95964314 | |
parent | 2538c865629d76bfaf8dc7b70f4d9eb7b1765dbe [diff] |
aconfig: add support for dump --filter='{fully_qualified_name}:...' Add support for filtering by fully qualified flag name. (This should have been part of aosp/2878034.) Bug: 315487153 Test: atest aconfig.test Change-Id: I4cd209d6f6940dcaa138e8e0b8e580cea99c350f
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.