commit | 17444d16c2fbcd7e89f3a7a5a3cf1f634da37d67 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Fri Mar 09 17:30:14 2018 +0100 |
committer | Adrian Roos <roosa@google.com> | Tue Mar 13 13:45:23 2018 +0100 |
tree | 1204396c9edf4cc0da198255aca91c723c1a1b11 | |
parent | 1a50e975aef4875a26db8037d9c13a0a2ee6a2c4 [diff] |
Multi cutout: replace wide with double overlay Bug: 74195186 Test: make droid Change-Id: I4758ed081a0e306f87db21c9bc2c8160c455a0e6
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.