Skip to content

Commit cd4e29e

Browse files
committed
Switch FTL to target Android 35
1 parent 0b96ab2 commit cd4e29e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@
9595
]},
9696
"android_target": {"platform": ANDROID, "type": "real",
9797
"device": [
98-
"model=blueline,version=28", # Pixel 3
99-
"model=gts3lltevzw,version=28", # Galaxy Tab S3
100-
"model=SH-01L,version=28", # AQUOS sense2 SH-01L
98+
#"model=blueline,version=28", # Pixel 3
99+
#"model=gts3lltevzw,version=28", # Galaxy Tab S3
100+
#"model=SH-01L,version=28", # AQUOS sense2 SH-01L
101+
"model=shiba_beta,version=35", # Pixel 8
101102
]},
102103
"android_latest": {"platform": ANDROID, "type": "real",
103104
"device": [

0 commit comments

Comments
 (0)