commit | 89415a8ea9346c00f650709ea30b9fb60916779a | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Sep 09 14:16:33 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Sep 14 13:19:26 2022 -0700 |
tree | 2d537bdb841d3ac980da08caf774ffc0fe717d91 | |
parent | 1acd7b043804a2d4e312b7aafccb82a5c76ba4c2 [diff] |
Reland: Generate fs-verity build manifst APK for other partitions * Expand the allowlist to include {system_ext, vendor, odm, product}/framework/*. Generate .fsv_meta for them. * Add BuildManifest.apk for those partitions. * Rename PRODUCT_SYSTEM_FSVERITY_GENERATE_METADATA to remove "SYSTEM". * (new in reland): add apkcerts Bug: 245957815 Test: m Test: ls -l $ANDROID_PRODUCT_OUT/*/etc/security/fsverity/BuildManifest.apk Test: extract assets/build_manifest.pb from apk, inpsect Test: run asit/ota/signing Change-Id: I48a5e473aa5eedb24edab54357a9141fc8d78759
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.