aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/post-build-lava.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 537d679..5e1f0c4 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -483,7 +483,7 @@ def gen_deploy_action():
"/system.", file_extension),
"data": "%s%s%s" % (download_url,
"/userdata.", file_extension),
- "bootloader": get_env_var(ENV_BOOTLOADER_TYPE)
+ "bootloadertype": get_env_var(ENV_BOOTLOADER_TYPE)
},
"metadata": {
"android.name": job_name,