commit | 7eba158c59a56fe0c0194be6daf2928619097409 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Wed Jan 03 10:28:41 2024 -0800 |
committer | Joe Onorato <joeo@google.com> | Wed Jan 03 12:38:55 2024 -0800 |
tree | 12ea1bea4eb6d6332a264b9c2303c12c267c5df7 | |
parent | 519c9dab2513e81ab697d90b1a7aac8d09e70faf [diff] |
Skip metrics upload when doing benchmarks. metrics-uploader runs asynchronously, and causes a race condition where the out dir can't be deleted because metrics uploader is busy in it. Has the side effect of not polluting the local developer metrics with benchmark runs too. Test: treehugger Change-Id: I7953020cd9c69fb10745facd22648f931fc94477
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.