commit | 946ca19d4913d62ab0d1de61adf14366e9f43cfc | [log] [tgz] |
---|---|---|
author | Joey Jiao <quic_jiangenj@quicinc.com> | Mon Sep 18 08:51:30 2023 +0530 |
committer | Gabriel Chen <quic_jingqic@quicinc.com> | Thu Jan 04 13:48:33 2024 -0800 |
tree | 47ec2cfc35c7e093c7117e117ae9129dba818fa9 | |
parent | 04591b6315b64c3d3805a6ee874bd11abd3851f3 [diff] |
Enable clang coverage This is to align with build/soong to support clang coverage. - support env CLANG_COVERAGE and CLANG_COVERAGE_CONTINUOUS_MODE. - support kill -37 signal to dump coverage. - support build clang coverage together with hwasan. Bug: 309894892 Change-Id: I14f75d7fdfdf872d2db3bbceb2c10d6572bcfebf
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.