commit | fc0bb788ed1349bd108363bc4e2814e668e01380 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Feb 28 21:24:53 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 28 21:24:53 2018 +0000 |
tree | a94b2db26b75a3ae6edc0509f15cce40d36e7d97 | |
parent | 0547230ac12982a5bb9895802ebf0d73d4be7626 [diff] | |
parent | a7a5e15f725ab32f838880914435b67d095d1065 [diff] |
Merge "releasetools: Move one case of mkdtemp() to common.MakeTempDir()." am: a7a5e15f72 Change-Id: I8d6ca18c251ffb6d794ce5859b05de8b3c43bcfc
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.