commit | 7d859717222994d115e182b2525001d0e1dd2b9a | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Wed Nov 06 16:09:16 2024 -0800 |
committer | Luca Farsi <lucafarsi@google.com> | Thu Nov 14 14:37:01 2024 -0800 |
tree | a50bc111921aba5e4fbb5ae52aab3b3cd7f51e0b | |
parent | 29b821e5b4ae577f6af13ce1c14f1ecc1c512a30 [diff] |
Record initial metrics in build_test_suites Record initial metrics for analysis time and packaging time in build_test_suites. Per-target metrics will be reported after initial test discovery agent integration. Test: atest build_test_suites_test && atest optimized_targets_test Bug: 372973116 Change-Id: Id3711ce078bfbfdc4c264a29751c475b4bd0cebd
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.