File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ mkdir -p $UPLOAD_DIR
10
10
cd $GECKO_PATH
11
11
./mach python python/mozboot/mozboot/android.py --emulator-only --no-interactive --list-packages
12
12
13
- # Bug XXXX : override emulator to a known working version
13
+ # Bug 1868944 : override emulator to a known working version
14
14
curl -L http://dl.google.com/android/repository/emulator-linux_x64-10696886.zip > /tmp/emulator.zip
15
15
cd /builds/worker/.mozbuild/android-sdk-linux
16
16
rm -rf emulator
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ mkdir -p $UPLOAD_DIR
10
10
cd $GECKO_PATH
11
11
./mach python python/mozboot/mozboot/android.py --artifact-mode --no-interactive --list-packages
12
12
13
+ # Bug 1869407: override emulator to a known working version
14
+ curl -L http://dl.google.com/android/repository/emulator-linux_x64-10696886.zip > /tmp/emulator.zip
15
+ cd /builds/worker/.mozbuild/android-sdk-linux
16
+ rm -rf emulator
17
+ unzip /tmp/emulator.zip
18
+ cd $GECKO_PATH
19
+
13
20
tar cavf $UPLOAD_DIR /android-sdk-linux.tar.zst -C /builds/worker/.mozbuild android-sdk-linux bundletool.jar
14
21
15
22
ls -al $UPLOAD_DIR
You can’t perform that action at this time.
0 commit comments