commit | f089d9a58711d78be4424e35d166be5d374dd9a0 | [log] [tgz] |
---|---|---|
author | Ben Fennema <fennema@google.com> | Fri Apr 26 08:33:57 2024 -0700 |
committer | Ben Fennema <fennema@google.com> | Fri Apr 26 08:38:08 2024 -0700 |
tree | 275ca0cbdd318eaeaf70dd8c02652760d390330d | |
parent | 527363c906db207bb048a82b32b94e9591126ab4 [diff] |
Allow setting --boot_variable_file in build-ota-package-target For ota generation via build-ota-package-target, match how --oem_settings works, but for --boot_variable_file. Bug: 335732867 Test: Set BOOT_VAR_OTA_CONFIG, make dist, and check ota_metadata Change-Id: I526e2b280eb288f3abaace2a5daac97a0f7ac6d7
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.