aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xue <herbertxue@google.com>2022-11-04 10:21:56 +0800
committerEvan Witt <ewitt@google.com>2023-01-20 00:12:17 +0000
commitd3f819cb1cc0ebd55c8751c07ed459da49ed1e75 (patch)
treecc1a21ffd2fc2ad9bd6a43d0f9e3bcaf4cf75fa0
parentb389693c3db3deea99c2fce321649abb76fde38b (diff)
downloadacloud-d3f819cb1cc0ebd55c8751c07ed459da49ed1e75.tar.gz
Bug: 244363289 Test: acloud-dev create --avd-type goldfish --build-id 9254746 \ --build-target sdk_gphone_x86_64-userdebug --emulator-build-target \ emulator-linux_x64_nolocationui Change-Id: I302be8337e6fe1fc103e785c993f469fae40ed79 Change-Id: Ifb61bbc877b18106f77e7911aa1f95e789f42932 (cherry picked from commit 3e6081b118a7a67a6632d1ff3307ea76248eba3c) Merged-In: Ifb61bbc877b18106f77e7911aa1f95e789f42932
-rw-r--r--public/data/default.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/data/default.config b/public/data/default.config
index e36509bd..cd5f96db 100644
--- a/public/data/default.config
+++ b/public/data/default.config
@@ -8,10 +8,10 @@ default_extra_data_disk_device: "/dev/block/sdb"
creds_cache_file: ".acloud_oauth2.dat"
user_agent: "acloud"
-# [GOLDFISH only] The emulator build target: "sdk_tools_linux".
+# [GOLDFISH only] The emulator build target: "emulator-linux_x64_internal".
# We use it to get build id if build id is not provided and It's very unlikely
# that this will ever change.
-emulator_build_target: "sdk_tools_linux"
+emulator_build_target: "emulator-linux_x64_internal"
default_usr_cfg {
machine_type: "n1-standard-4"