commit | 0582cb639f2942d6c6379ba0a5b113f8b9ba6820 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Dec 21 11:47:01 2017 -0800 |
committer | Tao Bao <tbao@google.com> | Thu Dec 21 11:53:27 2017 -0800 |
tree | fc5db5b2155f1500aabcdd9d4df59edae294c76e | |
parent | 78893751020ad4719b35d1c14314c03350d2182a [diff] |
releasetools: Remove the dead code for blockimgdiff_version <= 2. The code is on infeasible path since we already have assertions in common.BlockDifference(). Also remove the dead code that checks for OPTIONS.info_dict, as we already set that in ota_from_target_files.main(), for both of A/B and non-A/B. Test: Generate incremental OTAs w/ and w/o the CL, and get identical packages. Change-Id: Ifb8fc101e78f5ce58c60c8e49028b66ce0d20246
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.