commit | e6b84974086ece202129730d27a4349ca8f696ba | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Jan 18 13:08:22 2022 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Tue Jan 18 13:09:01 2022 -0800 |
tree | f5a9d67780a0ad2ff9ce9b7199315786c3191589 | |
parent | 49c9d1867a65d9a9d668dd6fce96d985a47134f1 [diff] |
Revert "Set a BIONIC_COVERAGE .mk variable" This reverts commit b1b4e1e38b3a1d094de5515eaae2c7e6b6e542ed. Bug: http://b/194128476 Coverage metrics dropped for ~10 of the 40 modules. There are also regressions in mainline when running tests on older platform builds. Test: presubmit Change-Id: Ib34f607292cd64e7cb9fe35c59a4f79b46904ab8
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.