commit | 2153183acf702e7d8ab473aeb9c06dfcc273cfc6 | [log] [tgz] |
---|---|---|
author | xunchang <xunchang@google.com> | Thu Dec 06 14:20:05 2018 -0800 |
committer | xunchang <xunchang@google.com> | Wed Dec 12 17:02:39 2018 -0800 |
tree | e89db8e929f5d71bbd3625601ae33b560bcea283 | |
parent | 19e65028847461c3ac922aaad68efc79c4bd41ea [diff] |
blockimgdiff: Factor out the diff_worker We will call it at an earlier time to compute the patch size; and choose the transfers to convert to 'new'. Bug: 120561199 Test: Generate an incremental update on shiner Change-Id: I29a0c8e75c9e5b66a266c1387186692a86fcbe43
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.