commit | 67c7cbb9c8441f1e37405d9a16515a1edf43912c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Aug 30 00:32:07 2018 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Oct 03 13:36:35 2018 -0700 |
tree | 0fdf7cb0d0bec0b3ecad0173dfeae41c0cbd3673 | |
parent | fabb2c9792d3d837ece05650e80b98b36d4f7d1f [diff] |
Generate the compute_hash_tree command Generate the transfer command "compute_hash_tree" for incremental updates of the non-A/B devices that enable verified boot 1.0 Other changes include: i. factor out verity_utils to use both in build_image and blockimgdiff ii. add a new flag 'hashtree_info_generator' in sparse_image to generate the hashtree information. Bug: 25170618 Test: generate a package for aosp_angler; and run simulator Change-Id: I4d4d7a3e41dc3da810d2cbf8988e85d187c9ab0e
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.