commit | 45f4db385910d77c7ebfbb120f1482a94572a710 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Feb 06 19:10:27 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 06 19:10:27 2018 +0000 |
tree | 14a146347b467b50f674522ac1fd20c781579866 | |
parent | 3b45d28ff6236d1e909329605846d5434920bb39 [diff] | |
parent | 50a02c420c31e75bbf84b57c1db5f708b3cec90a [diff] |
Merge "Switch to clang-4579689." am: f733f896d3 am: 9144cd3fe6 am: 50a02c420c Change-Id: Idfc71f17bcc51554717dc46b9e80c07415df193b
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.