[femu] up-version device_launcher
This version contains a fix to prevent port picking collision, http://b/194311069
Bug: https://github.com/flutter/flutter/issues/88182
Change-Id: Ica838333b004ec285273f7eaac856d466c9f9319
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/16860
Commit-Queue: Yuan Zhi <yuanzhi@google.com>
Reviewed-by: Kaushik Iska <kaushikiska@google.com>
diff --git a/recipes/femu_test.expected/dangerous_test_commands.json b/recipes/femu_test.expected/dangerous_test_commands.json
index f995bae..0d42d46 100644
--- a/recipes/femu_test.expected/dangerous_test_commands.json
+++ b/recipes/femu_test.expected/dangerous_test_commands.json
@@ -570,7 +570,7 @@
"-root",
"[CACHE]/builder/vdl",
"-ensure-file",
- "fuchsia/vdl/${platform} g3-revision:vdl_fuchsia_20210722_RC00",
+ "fuchsia/vdl/${platform} g3-revision:vdl_fuchsia_20210813_RC00",
"-max-threads",
"0",
"-json-output",
diff --git a/recipes/femu_test.expected/start_femu_with_vdl.json b/recipes/femu_test.expected/start_femu_with_vdl.json
index 8ffe09b..e4e4746 100644
--- a/recipes/femu_test.expected/start_femu_with_vdl.json
+++ b/recipes/femu_test.expected/start_femu_with_vdl.json
@@ -570,7 +570,7 @@
"-root",
"[CACHE]/builder/vdl",
"-ensure-file",
- "fuchsia/vdl/${platform} g3-revision:vdl_fuchsia_20210722_RC00",
+ "fuchsia/vdl/${platform} g3-revision:vdl_fuchsia_20210813_RC00",
"-max-threads",
"0",
"-json-output",
diff --git a/recipes/femu_test.py b/recipes/femu_test.py
index 001462c..cba79fd 100644
--- a/recipes/femu_test.py
+++ b/recipes/femu_test.py
@@ -105,7 +105,7 @@
)
def addVDLFiles():
- vdl_version = api.properties.get('vdl_version', 'g3-revision:vdl_fuchsia_20210722_RC00')
+ vdl_version = api.properties.get('vdl_version', 'g3-revision:vdl_fuchsia_20210813_RC00')
api.vdl.set_vdl_cipd_tag(tag=str(vdl_version))
add(api.vdl.vdl_path, 'device_launcher')
add(api.vdl.aemu_dir, 'aemu')