commit | e58ff64bcb7480ee7cbfbff7621b71bebf4fa900 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Tue Feb 11 19:59:36 2025 +0100 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Tue Feb 11 20:00:35 2025 +0100 |
tree | 47ba3fe742cb49dec0f1af311254deb52f88c231 | |
parent | 75ebae49fd7109144cdf4007b27a3a97789b882d [diff] |
Set rollback index location to 1 for system_image In soong only builds in case the system image is defined within soong the product properties aren't used to configure the image description, so we have to manually set the index to 1 (matching make) to ensure it doesn't conflict with the vbmeta image that uses/reserves the index 0 (default). Change-Id: I41a25baa6bcfbb1ad89295168ec66ce7ef3e61bc
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.