commit | 49e4d6e73dc00a383cfbe1a0048b26f7575211ea | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Fri Dec 15 10:21:57 2023 +0100 |
committer | Mårten Kongstad <amhk@google.com> | Fri Dec 15 15:23:31 2023 +0100 |
tree | cec5b4725094a8ca9f1f5e13848ab87fd0c5e088 | |
parent | ee58f98cc0333be170c1c70f7b22eb61fcfd88cc [diff] |
aconfig: dump --filter: hook up command line args to dump.rs This is the first step towards teaching dump to (optionally) filter which flags to print. A follow-up CL will implement dump::create_filter_predicate. Bug: 315487153 Test: atest aconfig.test Change-Id: Ibe0d4ce6563d3b5718fedd3ebfd45fbf5d935b92
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.