commit | 3390c7de440f17c7802365ae60f051452dbcd187 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Oct 18 11:17:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 18 11:17:23 2019 -0700 |
tree | d5ca87b575ce9fdf9978ee992239d9203aa7fa54 | |
parent | 44090a3b54f307c0736b5c2abcba00c6e8b87a22 [diff] | |
parent | aa94811b2a1cc01e660b6d5a4ab9ea0a60a6ac9c [diff] |
Merge "Guess source tree root from common file prefix." am: aa94811b2a Change-Id: I13e1f4a10964eed56a508c73280315d2498a8610
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.