commit | fa832286601a11000018040278164c849a9cc9a7 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Wed Feb 17 12:26:19 2021 +0000 |
committer | Martin Stjernholm <mast@google.com> | Wed Feb 17 12:55:49 2021 +0000 |
tree | 23c3de449c3e1a55ff8198d262acfc0c92435916 | |
parent | 43d4040f6f3f65b13673f03639b65f6c37c3ea8e [diff] |
Move the logic to add jacocoagent in instrumentation builds to make. This to allow operating on the complete ART_APEX_JARS list from make in a follow-up CL. Test: m nothing Test: m nothing EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true Bug: 180325915 Change-Id: Ic08148edf25738f6f4769e5359a573237a38b0e9
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.