commit | c3627b55dd1e6c0925ed625c38680dd3d41ba57a | [log] [tgz] |
---|---|---|
author | Kyriakos Ispoglou <ispo@google.com> | Fri Jan 24 13:08:08 2020 -0800 |
committer | Kyriakos Ispoglou <ispo@google.com> | Fri Jan 31 14:37:11 2020 -0800 |
tree | 7203badad5e7125e65cd62af1583440e446bcc45 | |
parent | 0a6022e7815043d508fcd2f93c9dd22af0225d30 [diff] |
Add support for LINE_COVERAGE (2/2) This is the 2nd part of the CL. Bug: b/147604881 Test: Code works successfully on Taimen devices Change-Id: I834c8743f1f66e7515952b804e6da8a99edf8c2e
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.