commit | 2bbb07c53c062fdf17c58c4b080a89e912b7f71d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue May 07 13:12:21 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Jul 18 10:27:38 2019 -0700 |
tree | 28627da4e738084197dc4c7c1106af3b87595913 | |
parent | a627e9056b78a74abb17d582af4e1a9d339c2418 [diff] |
Build build_image and build_super_image as modules. Bug: 63866463 Test: TreeHugger Test: `atest releasetools_test` Test: `atest releasetools_py3_test` Change-Id: I2059a4ced709d1b2ee331a9aaaa5ca30db4ebf6b
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.