commit | 79e313972c8ce255df62a67ebc6e7af14bfbc252 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Wed Nov 29 05:51:25 2023 +0000 |
committer | Dennis Song <denniscy@google.com> | Wed Nov 29 06:03:44 2023 +0000 |
tree | 559770c99c6e9843615353dfe26664fa2fba9657 | |
parent | 3afaac28b9bfec7286c6e7a0ace3b5f43e66ba7d [diff] |
Expose `--avb_resolve_rollback_index_location_conflict` Expose this option at `merge_builds.py` so that this script can also resolve the conflict AVB rollback index location while building the vbmeta image. Bug: 289368551 Test: TreeHugger Change-Id: I404160ff5d7591cb6a81ed2d2267de1b0e6ac65f
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.