Skip to content

Commit b8ec73a

Browse files
Add support to Android 12 (S) images
1 parent 022724c commit b8ec73a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

emu/emu_downloads_menu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"28": "P",
5656
"29": "Q",
5757
"30": "R",
58+
"31": "S",
59+
"32": "S",
5860
}
5961

6062
# Older versions might not work as expected.

emu/templates/Dockerfile.system_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied_
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License_
14-
FROM alpine AS unzipper
14+
FROM alpine:3.3 AS unzipper
1515
RUN apk add --update unzip
1616

1717
# Barely changes

0 commit comments

Comments
 (0)