commit | e4936e1c2dff7e490049edbabb319f08a78ce16a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 27 17:58:21 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Dec 28 17:22:30 2017 +0000 |
tree | 7b145bb4bc525dfeeabf34beaacd3e9771c010e4 | |
parent | 1d64623105b4f7bae84b699034994d576d6d93dc [diff] |
Remove obsolete proguard options LOCAL_PROGUARD_ENABLED := shrinktests is never set. proguard_tests.flags is entirely comments. proguard.emma.flags only references emma classes, but we use jacoco now. Test: m checkbuild Change-Id: I84a59a8c1b66f75d7ccbaa7da8e937430b4490c8
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.