commit | b9ff8e4205007df739685ddb3143060a168422d0 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon May 20 14:21:40 2024 -0700 |
committer | Joe Onorato <joeo@google.com> | Mon May 20 14:23:00 2024 -0700 |
tree | 8a939a4e8b0ecb29174f201852c70664f745dad1 | |
parent | 143f9e0b7263e7c6f1ec13ea8bb27e2217350cce [diff] |
add csv output to format_benchmarks Test: format_benchmarks --csv Bug: 316189534 Change-Id: I9a19861ed1ca6249c6e6ddbed0fcf9574f871d93
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.