commit | fe97dbd4ce8b0371f93d1a322fd863a463304b79 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 06 15:01:54 2018 -0800 |
committer | Tao Bao <tbao@google.com> | Tue Feb 06 16:00:52 2018 -0800 |
tree | f94beac531309f32dfae90dce7dc472e7c80fce1 | |
parent | f733f896d3a1b77776a9a39412fa1590fa3dde12 [diff] |
releasetools: RangeSet.monotonic is not an optional attribute. 'monotonic' has been non-optional since [1] (L-MR1). Fix the comment in RangeSet.parse(), as well as the use in blockimgdiff.py. [1] commit 8b72aefb5a8ed4da28c6f83854e8babf53b9cb53. Test: Generate an incremental BBOTA package. Change-Id: I7f95231683473b4f0f07f9c83fccc0e36a1340cb
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.