commit | 475f9218fd2fffb2292bc0056b0381c2cadf8e43 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 09 10:30:30 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 09 10:30:30 2019 -0700 |
tree | 0ce870345757c7a24f975ce66df6176bc52b13f5 | |
parent | f7aa39490f9ee374966db648dd6579669dc0a9ae [diff] | |
parent | c41a28cb1cb2a52784f777178dac25d038852f27 [diff] |
DO NOT MERGE - temporarily disable vendor file check for mainline am: c41a28cb1c Change-Id: I122f3698367ca759c74cf0cbd402ebf6aa406936
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.