commit | 67c944b351413ab9ef20417155835a590a01d2fc | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Thu Dec 21 13:29:18 2023 -0800 |
committer | Joe Onorato <joeo@google.com> | Thu Dec 21 13:29:48 2023 -0800 |
tree | 0cc6a9db6a36021cd3e5ea328c2d6b2bcabddeeb | |
parent | e1cd8461a35f572156544c6a216c92c41933f8fa [diff] |
Allow filtering and sorting by tag in benchmark result formatting Test: build/make/tools/perf/format_benchmarks --tags n2d-standard-128 n2-standard-80 n2d-standard-48 Change-Id: Ie4a4e36d4bc2aab50a017acbaf3ef0e23ddae958
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.