commit | 8c54b9a54b1846c272132d5418bd8261c8d37328 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Sep 14 17:27:40 2022 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Sep 14 17:27:40 2022 +0000 |
tree | e99e3b501fafa5ab974fb8cd77d9382cf79df068 | |
parent | c80519cc029c4aa79b0905b64e2aeed59b17252b [diff] |
Revert "Generate fs-verity build manifst APK for other partitions" Revert submission 2212483-fsverity-manifest-apk-per-partition Reason for revert: b/246781147 Reverted Changes: I503672571:Generate fs-verity build manifst APK for other par... Iebc54ea44:Rename to PRODUCT_FSVERITY_GENERATE_METADATA Change-Id: I8335b3016a52e474418fb28139c37e35e3468170
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.