commit | 9edaa38bdf8be3f22b627f281714f5c34452d29e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Oct 16 14:21:36 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Oct 16 14:32:43 2018 -0700 |
tree | dee94ef289b0571ddc088692e0353c527c0530ac | |
parent | eea8dad05f5cbd9fb47a36b2c2ee56d6e64323aa [diff] |
Build group info to super image Bug: 116817738 Test: lpdump and manual inspect Change-Id: I990300d1d5772ae5e9f28b916d91c5bea9cd9a50
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.