| commit | f50f73f962667807951e66b2aecd5a86bdb47a87 | [log] [tgz] |
|---|---|---|
| author | LaMont Jones <lamontjones@google.com> | Wed Apr 02 15:13:52 2025 -0700 |
| committer | LaMont Jones <lamontjones@google.com> | Wed Apr 02 15:20:42 2025 -0700 |
| tree | 3fcdd53dde7e8c66dfebf75412439071e3966961 | |
| parent | b6a9de9be1a48ff804f33db2a0b69b1487900409 [diff] |
Add --apply-only to benchmarks With --apply-only, the benchmarks script applies the changes and exits without actually running any benchmarks. Bug: None Test: manual Change-Id: If0b5c88f31e0a15cfc6d9d29e5620077625e9d82
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.