commit | bbc930b008e54e6e0c1b96d2c54237c83d1f4a0d | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Feb 17 22:34:27 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Feb 23 16:27:57 2022 +0000 |
tree | 59b836f91bfaead87cb0f9137c3e20dbef8c4ec9 | |
parent | c25bd3c8a0e0b521f2b9ab9d749320b0a2ee0b6f [diff] |
Replace pvmfw embedded public key The virt APEX payload public key needs to be embedded in pvmfw so that is verifies the right set of images. As things are being resigned, update that embedded key so that it matches the APEX. Bug: 220018566 Test: sign_target_files_apks Change-Id: I09be91275ec1d1aa6f921c54a96c5159571ddead
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.