commit | 17c064d1e23cb00d1ffe84ff7440ccacb82ff6cb | [log] [tgz] |
---|---|---|
author | hungweichen <hungweichen@google.com> | Thu Aug 18 06:21:49 2022 +0000 |
committer | hungweichen <hungweichen@google.com> | Fri Aug 19 06:00:30 2022 +0000 |
tree | b88cdaf8f52a0994008c40bb26d112abd2430c30 | |
parent | 65ba375a8e62e67b7253470279effaaadaabdaeb [diff] |
Clean up unused code for VB in verity_utils.py We are removeing support of VB from release tools. This change aims to remove code that are unreachable after removeing Version1ImageBuilder. Bug: 242672222 Test: atest under build/make Change-Id: Iaae39e4c49045f6c34351140cd43087dabd63e9c
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.