commit | 5c3fc2a7924988710e89901e46a2b16258032727 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jul 29 23:45:19 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jul 31 18:08:47 2019 -0700 |
tree | 0bceff114e95c88f45fd6415f16a55fa1dcf88d9 | |
parent | 3c1bec04e09be37fdf2183ace53a0e030eae1156 [diff] |
Remove support for ONE_SHOT_MAKEFILE Test: treehugger Change-Id: Ie73418c186ec4c0e1c91078c133de8f8113295bf
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.