commit | d2a6f86dbb27c735963bb1c1f440b8c4475ea3ae | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 03 15:24:51 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 03 15:24:51 2019 -0700 |
tree | ce140dd768e96f6d126e1ffc540eca38954c06f6 | |
parent | 0a04bc5bf7584b4984ce420d019894cc8c0672dc [diff] | |
parent | e16405d5ec4e625405a75c2411d6c577e6acbcd4 [diff] |
Merge "Remove reverse-list from java static libraries." am: 7c485728cf am: e16405d5ec Change-Id: If05c7b7d1e1c81ef94c9772c170229a8b3ba4712
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.