commit | c80519cc029c4aa79b0905b64e2aeed59b17252b | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Sep 09 14:16:33 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Tue Sep 13 10:33:31 2022 -0700 |
tree | 89f9edd9751f98c3e14da1be5870f62559c90267 | |
parent | 2227e61a04665ed19f948c8a7678728fc2e41218 [diff] |
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". Bug: 245957815 Test: m Test: ls -l $ANDROID_PRODUCT_OUT/*/etc/security/fsverity/BuildManifest.apk Test: extract assets/build_manifest.pb from apk, inpsect Change-Id: I503672571741d47ba15add048c0a2f00b6b2a86d
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.