commit | 565f081d9600e01f974ff058fc542e8731636a23 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Aug 15 04:52:22 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 15 04:52:22 2018 -0700 |
tree | baf1f1dcb9cc08792f99f0a8f81960663beaab7e | |
parent | ad006398ba454f6af6affccea4fca3ca2d2bfca4 [diff] | |
parent | 58e5fdb5f4014abe4ad1163f6ba33c2b51fe7829 [diff] |
Merge "Remove proguard support" am: 72150c147e am: 22bb86a86b am: 58e5fdb5f4 Change-Id: I773d53aec505bb95a8246d5063eb776a0b93b5ee
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.