commit | 8fe958d0b9a157e243cad0a3e5185dfbe91a648d | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Dec 11 14:09:19 2017 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Dec 12 15:24:56 2017 +0000 |
tree | 3696a5795f8fa5ea67b835e856344010abcb765a | |
parent | 49cb5d3ea44249914df964aa4f8da7b3850afafc [diff] |
Remove android.test.** and c.a.i.u.* injar filters These were added to work around Proguard problems caused by duplicate classes in the APK and libraries. Unfortunately, that work around caused other Proguard problems when trying to remove classes from android.jar. Bug: 30188076 Test: make checkbuild Change-Id: I59345e60073faf3337215ecaa62cf640e19495c8
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.