aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuan Song <huans@google.com>2022-06-08 02:17:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-06-08 02:17:13 +0000
commite35c2992bb588c5e32cba4e86e68e73820011b4b (patch)
tree19ab100ba2212cffda34369f9319f6f1893a2267
parentd74123be396cb0fe3bee90f97f35a5a108a3e9ff (diff)
parentd6bae85f85eaa41720abf7772257bb39dd243687 (diff)
downloadandroid-emulator-e35c2992bb588c5e32cba4e86e68e73820011b4b.tar.gz
update script am: 5d30b04463 am: d6bae85f85
Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/android-emulator/+/18783630 Change-Id: I35257addcea3dd4eb7c0d203611a14cef23242f2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rwxr-xr-xupdate_emulator.sh2
-rwxr-xr-xupdate_emulator_linux.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/update_emulator.sh b/update_emulator.sh
index 07682da..f72fd24 100755
--- a/update_emulator.sh
+++ b/update_emulator.sh
@@ -30,7 +30,7 @@ linux_zip="sdk-repo-linux-emulator-$build.zip"
mac_zip="sdk-repo-darwin-emulator-$build.zip"
echo Fetching Linux $build
-/google/data/ro/projects/android/fetch_artifact --bid $build --target sdk_tools_linux "$linux_zip"
+/google/data/ro/projects/android/fetch_artifact --bid $build --target emulator-linux_x64 "$linux_zip"
update_binaries "$linux_zip" "linux-x86_64"
echo Fetching Mac $build
diff --git a/update_emulator_linux.sh b/update_emulator_linux.sh
index c32ea2e..2aa8a0d 100755
--- a/update_emulator_linux.sh
+++ b/update_emulator_linux.sh
@@ -29,7 +29,7 @@ fi
linux_zip="sdk-repo-linux-emulator-$build.zip"
echo Fetching Linux $build
-/google/data/ro/projects/android/fetch_artifact --bid $build --target sdk_tools_linux "$linux_zip"
+/google/data/ro/projects/android/fetch_artifact --bid $build --target emulator-linux_x64 "$linux_zip"
update_binaries "$linux_zip" "linux-x86_64"
printf "Upgrade emulator to emu-master-dev build $build\n\n" > emulator.commitmsg