Merge "Fix a bug that job might not be able to be started properly." am: c8c2db4db6 am: d46f1bf46a am: 5d51e2905e

Original change: https://android-review.googlesource.com/c/platform/development/+/1773226

Change-Id: Ib71b8874f06d1200b6c9155523ab30e1e3239c56
This commit is contained in:
Treehugger Robot
2021-07-20 21:55:53 +00:00
committed by Automerger Merge Worker

View File

@@ -35,7 +35,7 @@ export class OTAConfiguration {
* Start the generation process, will throw an error if not succeed
*/
async sendForm() {
for (let flag of OTAExtraFlags.slice(3, OTAflags.length)) {
for (let flag of OTAExtraFlags) {
if (this[flag.key]) {
this.extra_keys.push(flag.key)
}