commit | 22e3b01d7bdfbaf142c51604c2abc6100e59b4c1 | [log] [tgz] |
---|---|---|
author | hungweichen <hungweichen@google.com> | Fri Aug 19 06:35:43 2022 +0000 |
committer | hungweichen <hungweichen@google.com> | Wed Aug 24 06:37:12 2022 +0000 |
tree | 9a29ebe5bac518ab71ccfdbdd8bb7b67b1f021ce | |
parent | dd3fca09f6bbceb3576567411e54b856c6f408c4 [diff] |
Remove verity keys from info_dict We are removing VB support from release tools. This change aims to remove verity keys in info_dict generated by common.LOADINFODICT Bug: 242672222 Test: atest under build/make Change-Id: I9268cb113c2c0bd11ce85b8485e5a4605bdbdca0
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.