commit | 5ed32ce7a0f5a80af1cd6acdd3217be9db3729e6 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Sat Jan 13 00:51:27 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jan 13 00:51:27 2018 +0000 |
tree | a02bc7f1b1fb17dfbdd75f067a3e8b15c290bc81 | |
parent | 9c9f2ad8cbdb8596fd53637fa09e33c4ddfe0d3f [diff] | |
parent | 0541a6a5569eb263483f4c7f3926f41334791e6a [diff] |
Merge "Iterate through the sorted file map when finding transfers" am: a7229a08b7 am: 0541a6a556 Change-Id: Idd384a1a089dc05a329b0e5e640d9cd4481e1ef7
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.