commit | 4e3d6334dac7ef5432de0ef0018841f20746ba1a | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Mar 08 22:28:33 2022 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Mon Mar 14 22:25:11 2022 -0700 |
tree | 82d7c45530c58ab556fb46dd7255302857d0824b | |
parent | 1b8a1490a9b4bbaaaee6a60e39e242bc1282a45d [diff] |
Package llvm-cov in llvm-profdata.zip (take 2) Bug: http://b/214396112 It is needed for code coverage smoke test. Retain the `llvm-profdata.zip` name since it is used in Tradefed. This fixes aosp/2017370 which incorrectly packaged llvm-profdata twice. Test: `CLANG_COVERAGE=true m dist` and inspect llvm-profdata.zip Change-Id: Ic1cbebff3f6fbea04a6c58c6d57557d0ffde14ae
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.