aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-05-24 08:58:42 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-05-24 08:58:42 +0530
commit705242a6fc5f08e85d4f4b6e4752fb9ea4ae9828 (patch)
treef5e1ece4659b6768ce5e75e74fa30c6cc6abe519 /build-scripts
parentdd6dc53e9d057f1569621ed51d61cd7b33b914b9 (diff)
Fix wait_for_homescreen. The dispatcher expects boolean and not a string value
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 7bf46bb..5f6d8de 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -422,7 +422,7 @@ def main():
if wait_for_homescreen == False:
common_actions.append({"command": "boot_linaro_android_image",
"parameters": {
- "wait_for_home_screen": "false"
+ "wait_for_home_screen": False
}
})
else: