commit | 96873482b062b8c4d576c221512fb33c24c52548 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Dec 22 16:51:23 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Dec 28 09:39:15 2017 -0800 |
tree | 96cebf6794351c29717fa93284ebce17f93eab08 | |
parent | 9c2b7981430e0283384a3bd1e2e4d7eee046915a [diff] |
Move jacoco before desugar R8 will replace desugar+proguard+dx, which will mean jacoco has to run before desugar. In preparation, move jacoco before desugar now. Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true SKIP_BOOT_JARS_CHECK=true WITH_DEXPREOPT=false tests Change-Id: I0627a79ba2f0b26a113d5d8bcc5cb1fda08295a1
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.