commit | dad1e9c1c421ae66b1fa061c199b8fc4e0821779 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Fri Feb 14 10:08:23 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 14 10:08:24 2025 -0800 |
tree | 88144fc13fdeed76eb465fe4e962249d1687456e | |
parent | 9814ff11abc85324c652ec6ab4e5d7b034f1a9ac [diff] |
Revert "Remove requirement that fsv_meta file is next to its inp..." Revert submission 3495097-independant_fsverity_metadata Reason for revert: Droidmonitor created revert due to b/396672721. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3495097-independant_fsverity_metadata Change-Id: I4aab22eb434413a4b1aef7510d6b5e6c2ffd3c36
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.