commit | c651d3cbb5f9a3173c0af35d10a52aa4e2fb4c66 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jan 09 18:40:24 2025 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jan 15 17:41:42 2025 +0900 |
tree | d9053f30dc36584c9bcc76e50b026056427adffe | |
parent | 1c480146fcaf1c203ae4af1b21632748c0f83d99 [diff] |
Add fsverity/compos only for 64-bit images Because AVF is shipped only on 64-bit devices. Bug: 381019944 Test: TH Change-Id: Icbf4656f9b830e6254024558e96fc3c5dae6113c
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.