commit | a9b9e6e5ff978bca000de4bb7ad915420b11a76d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 14 17:43:35 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 17 19:31:22 2020 +0000 |
tree | e698f336952431a4680cf84338ed7bbed5832eae | |
parent | 14350c575f9e515502e1005f1834eec338069b8a [diff] |
Merged and dist lists of unused methods from R8 Merge all the proguard_usage.zip files produced by the R8 rules and dist the result. Bug: 151857441 Test: m TARGET_BUILD_APPS=DocumentsUI dist Change-Id: I7e6d73241478016093a203dc7bd86407ab86a4ac
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.