commit | cdb0ef64fefcc1c93ca10bfedaeea7fc52ba919d | [log] [tgz] |
---|---|---|
author | Jon West <electrikjesus@gmail.com> | Wed Oct 24 16:15:55 2018 -0400 |
committer | Jon West <electrikjesus@gmail.com> | Wed Oct 24 21:15:59 2018 -0400 |
tree | 5f79ba0ec5221845c9776d5ca964f9ec9b25774d | |
parent | b060717fb9a57739cc99d1d7558d998fc73c9371 [diff] |
[treble builds] rework things a bit more Change-Id: I8372c256c71d1125b6d6f050dfae75e47739dd3e
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.