commit | f372ce1415ad9078a253af6b80f7f65ad611c0c7 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu May 26 10:19:18 2022 +0000 |
committer | Artur Satayev <satayev@google.com> | Tue May 31 17:10:41 2022 +0000 |
tree | 8a538e4ee9bdc8d97e42f653c97bac3331bbef1e | |
parent | e59bd2aa7c70511611d4a54138b655dbbdf4eb2a [diff] |
Disable prebuilts when building with clang coverage Prebuilts broke the cf_x86_phone-userdebug_coverage_bionic on tm-release build. Bug: 230478310 Bug: 223592962 Test: presubmit Merged-In: I3ed091156c4b39dad6eaf578144ac3d070025988 Merged-In: I9731400acfade95b3eab8f2d99fddb4cf856aa91 Merged-In: I6eca2fcc670dccef4a6cd9dc3f08003eb47e5bca Change-Id: I40c10e88b824e5f4b783b1dc0a500096fad209b2
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.