commit | f842aea5013769483007e62baefa3cb6419435e0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jul 09 20:15:20 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 09 20:15:20 2019 -0700 |
tree | 5d753037e8bbdd3346808c31da72d8e856960ab9 | |
parent | dda64212464060cca427cd2cc5a1cb80840ff9c4 [diff] | |
parent | 3f8eb7ec99b1dafbaffa098cff126e852284a704 [diff] |
[automerger skipped] temporarily disable vendor file check for mainline am: 3f8eb7ec99 -s ours am skip reason: change_id I99431a9a342e9b0617510e250597f3024ef39322 with SHA1 0bf940cace is in history Change-Id: I0e8037c92f3bac0b597ad69d857b55bf5b968d11
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.