Merge "ota_from_target_files requires apexd_host" into main

This commit is contained in:
Treehugger Robot
2023-08-29 02:24:11 +00:00
committed by Gerrit Code Review

View File

@@ -165,6 +165,7 @@ python_defaults {
"ota_utils_lib", "ota_utils_lib",
], ],
required: [ required: [
"apexd_host",
"brillo_update_payload", "brillo_update_payload",
"checkvintf", "checkvintf",
"generate_gki_certificate", "generate_gki_certificate",
@@ -643,6 +644,7 @@ python_defaults {
}, },
}, },
required: [ required: [
"apexd_host",
"deapexer", "deapexer",
], ],
} }