commit | 254daefe51b34fef36a88a8a9a78fda039e726f7 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Dec 19 10:04:43 2024 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Dec 19 11:56:50 2024 -0800 |
tree | ac27eda870d5d0c2b3b8035c02fb0d7dfa588692 | |
parent | d174d4991d6874a57adb6c29c70b48bb2af246c4 [diff] |
Refactor the code to avoid duplicate logic for silent and non-silent Instead fallback to returning the full list after discovery. This allows re-using the same logic even when running silent experiment Change-Id: I9e589cb67f5968aec0f719c2b0108d86b16e9023 Test: presubmit Bug: 383118767
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.