commit | 15e4096803c37557df9b722d463f8c1afb94e966 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 16 16:28:22 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 16 16:28:22 2019 -0700 |
tree | 817f97f7b0492e6c13739c5ff018e5c650efd96b | |
parent | dc0ad08e49ecd92a7c3b1adfea86b9e26035586f [diff] | |
parent | 727ef103669fbb30ba2ccc9eb77be978589733f5 [diff] |
Merge "Add default proguard flags from guava" am: 727ef10366 Change-Id: Ic2ad2ce8bae1ee5cc5cbff89e523d18e1a9ffb9f
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.