commit | e8ac9951d89807aca07a62fe8ac289eed76dd771 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 09 18:41:58 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Oct 09 18:41:58 2020 -0700 |
tree | 64808dd7733cb417f40000a595decfa411367551 | |
parent | 70b473832406925f1537a14c9330862f53d318f8 [diff] |
Package proguard_usage.zip files in jacoco-report-classes-all.jar The coverage infrastructure will use the proguard_usage.zip files to filter out classes that were stripped by R8. Test: forrest Bug: 170337718 Change-Id: Ia7c07770ff520aaf0a8de213edbe22d6fca5b98a
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.