commit | 1c830bfbaa92f23bde31e6b40e72c13e61085ba7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Dec 25 10:43:47 2017 -0800 |
committer | Tao Bao <tbao@google.com> | Tue Jan 02 12:22:01 2018 -0800 |
tree | 6491652b415edb125f543b48ac39481170af6038 | |
parent | 7d100ce03bbe317ee1b3b5846c27fe167e3e9df6 [diff] |
releasetools: Add common.MakeTempDir(). This simplifies the work to track mkdtemp()'d dirs. This CL also cleans up the temporary file creation in build_image.py. Test: `m dist` Test: python -m unittest test_common Change-Id: Ied7d86126714b9b26e5df7bcca1dfdea21cfcf60
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.