commit | 5e6df98fc38fe42d66f0815dd7655ba5d5285e7e | [log] [tgz] |
---|---|---|
author | Ben Fennema <fennema@google.com> | Fri Apr 26 16:57:53 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 26 16:57:53 2024 +0000 |
tree | 275ca0cbdd318eaeaf70dd8c02652760d390330d | |
parent | 527363c906db207bb048a82b32b94e9591126ab4 [diff] | |
parent | f089d9a58711d78be4424e35d166be5d374dd9a0 [diff] |
Merge "Allow setting --boot_variable_file in build-ota-package-target" into main
diff --git a/core/Makefile b/core/Makefile index e6a5bc0..e563873 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -6919,6 +6919,7 @@ --verbose \ --path $(HOST_OUT) \ $(if $(OEM_OTA_CONFIG), --oem_settings $(OEM_OTA_CONFIG)) \ + $(if $(BOOT_VAR_OTA_CONFIG), --boot_variable_file $(BOOT_VAR_OTA_CONFIG)) \ $(2) \ $(patsubst %.zip,%,$(BUILT_TARGET_FILES_PACKAGE)) $(1) endef