commit | 22dd3211b28863cfb7da7a9bbda14be7e53716ec | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri May 24 10:59:44 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri May 24 10:59:44 2024 +0100 |
tree | 18189cde0315dd17833b19113fde57af1e069ee9 | |
parent | cfceeceb3a9caeca9ac04b24804731c807067350 [diff] |
Use generated pvmfw_embedded_key_pub_bin Now that pvmfw_embedded_key points to a PEM file, obtain the .avbpubkey (extracted public key in AVB-specific binary format) from the generated pvmfw_embedded_key_pub_bin instead. Bug: 342549834 Test: m out/target/product/${PROD}/pvmfw_embedded.avbpubkey Change-Id: Iaf0d166816976b5f9db7fe15c78b788d748adcc4
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.