mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #11411 from t895/managed-device-update
Android: Update managed device for baseline profile generation
This commit is contained in:
commit
1af8602530
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
|||
testOptions {
|
||||
managedDevices {
|
||||
devices {
|
||||
pixel2Api31 (ManagedVirtualDevice) {
|
||||
device = "Pixel 2"
|
||||
pixel6Api31 (ManagedVirtualDevice) {
|
||||
device = "Pixel 6"
|
||||
apiLevel = 31
|
||||
systemImageSource = "aosp"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue