commit | 65ba375a8e62e67b7253470279effaaadaabdaeb | [log] [tgz] |
---|---|---|
author | hungweichen <hungweichen@google.com> | Wed Aug 17 10:14:01 2022 +0000 |
committer | hungweichen <hungweichen@google.com> | Fri Aug 19 05:57:56 2022 +0000 |
tree | d78dbcc8c1dc8420850c09005394d3011181aa00 | |
parent | a7dfb456a12dad7b5484a373da8327f39eda7c3a [diff] |
Remove verity related props from build_image.py We are removing VB related functionalities from release tools. This change remove the verity related props in build_image.py, and also remove VB1.0 bootimage builder, which will be unreachable without these props. Bug: 241044073 Test: atest under build/make Change-Id: Ib3f1c100c2c6c9e63a64f49269619b76074a27fd
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.