Skip to content

Commit

Permalink
Disable GLDMA for android-25.
Browse files Browse the repository at this point in the history
Applying the same fix from android-24 to android-25. This attempts to reduce emulator booting flakiness.

Bug: 1110997
Change-Id: Iaa594294e6b111f24981fdd40f890c4fb5e87d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4192999
Reviewed-by: Haiyang Pan <hypan@google.com>
Commit-Queue: Hao Wu <haowoo@google.com>
Cr-Commit-Position: refs/heads/main@{#1096530}
  • Loading branch information
wuhao5 authored and Chromium LUCI CQ committed Jan 25, 2023
1 parent 60104c4 commit 2ebd828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/android/avd/proto/creation/generic_android25.textpb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ avd_settings {
key: "GLESDynamicVersion"
value: "on"
}
# crbug.com/1110997: Disable GLDMA for android-25
advanced_features {
key: "GLDMA"
value: "off"
}
# Tests can run into low memory issue with the default ram size 1024MB
# Incease to 2048MB, which is the same as that on Nexus 5X
ram_size: 2048
Expand Down

0 comments on commit 2ebd828

Please sign in to comment.