commit | cc9c05d5b87a3d0faa0d5907ebd096b4285ca60b | [log] [tgz] |
---|---|---|
author | hungweichen <hungweichen@google.com> | Tue Aug 23 05:45:42 2022 +0000 |
committer | hungweichen <hungweichen@google.com> | Thu Aug 25 03:30:06 2022 +0000 |
tree | 8cd36d7b49c1afdb4290b40a0e3d539a1f12cba4 | |
parent | 22e3b01d7bdfbaf142c51604c2abc6100e59b4c1 [diff] |
Remove HashTreeInfo from verity_utils.py We are removing VB related functionalities from release tools. This change removes the hashtreeinfo and generator in verity_utils.py. It also clears the function args using it. Bug: 241044073 Test: atest under build/make Change-Id: Icc298256be6917ffbd40cf4735f8e8092b541c9f
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.