commit | 97b4ef1583e770435900a82288dfde8c0b0496a3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Dec 05 18:52:12 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 05 18:52:12 2017 +0000 |
tree | 7e1147b581e43aae8312ed0d250140de849a134b | |
parent | f4560ebb41dc5ef264b83cbae91d4a53329fa3ca [diff] | |
parent | ead6281575538d83a67797194e5babade4bbb233 [diff] |
Merge "releasetools: Remove deprecated pylint options." am: 3694e104b7 am: ead6281575 Change-Id: Ic49bd5d63cdd738f22dbad1dbbf3d9ab2837db49
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.