commit | 41976c725ca676dfe6d3ec22732065bab06462c2 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jul 03 13:57:01 2019 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Jul 15 17:02:23 2019 -0700 |
tree | 1f3187a66ad1bd5df130213644644513651b26b6 | |
parent | 2b4828a56494c69d4c531baa6f48ba5af121febd [diff] |
Factor out the image classes to break circular dependency This helps to break the circular dependency between common and blockimgdiff. Bug: 32379627 Test: unit tests pass Change-Id: I90b5ff34782acbfac86f36265bd96c207d898bf6
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.