[go: nahoru, domu]

Turn off the feature "GLDMA" for Android 27 (Oreo MR1) AVD

As this feature is causing stability issue.

Bug: 1459433
Change-Id: Idbb1bc0ea47c5f80a91184049a24d8a4ab930245
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4691106
Commit-Queue: James Shen <zhiyuans@google.com>
Auto-Submit: Haiyang Pan <hypan@google.com>
Reviewed-by: James Shen <zhiyuans@google.com>
Cr-Commit-Position: refs/heads/main@{#1171483}
diff --git a/tools/android/avd/proto/creation/generic_android27.textpb b/tools/android/avd/proto/creation/generic_android27.textpb
index c4761ef..9d40a7d0 100644
--- a/tools/android/avd/proto/creation/generic_android27.textpb
+++ b/tools/android/avd/proto/creation/generic_android27.textpb
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-# Configuration for a generic x86 android-27 AVD.
+# Configuration for a generic x86 Android-27 (Oreo MR1) AVD.
 
 emulator_package {
   package_name: "chromium/third_party/android_sdk/public/emulator"
@@ -29,6 +29,11 @@
     height: 1920
     width: 1080
   }
+  # crbug.com/1459433#c6: Disable GLDMA for Android-27
+  advanced_features {
+    key: "GLDMA"
+    value: "off"
+  }
   advanced_features {
     key: "GLESDynamicVersion"
     value: "on"