| # Copyright 2020 The Chromium Authors |
| # 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-25 AVD. |
| |
| emulator_package { |
| package_name: "chromium/third_party/android_sdk/public/emulator" |
| version: "KUbHEU8j3yFnPWB_61mplm5-Mpm1bJ-cRDeDzTHK3hkC" # 31.2.8 |
| } |
| |
| system_image_package { |
| package_name: "chromium/third_party/android_sdk/public/system-images/android-25/google_apis/x86" |
| version: "hY4UgCA7xJwK2xrS8WheWJv_XH7L6ptMrIc1sjX4Oa0C" # 18 |
| } |
| system_image_name: "system-images;android-25;google_apis;x86" |
| |
| avd_package { |
| package_name: "chromium/third_party/android_sdk/public/avds/android-25/google_apis/x86" |
| } |
| avd_name: "android_25_google_apis_x86" |
| |
| avd_settings { |
| screen { |
| density: 480 |
| height: 1920 |
| width: 1080 |
| } |
| advanced_features { |
| 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 |
| } |