| # Copyright 2022 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-22 AVD. |
| |
| emulator_package { |
| package_name: "chromium/third_party/android_sdk/public/emulator" |
| version: "N2X90_ADQtGKgoxkXZH3-TM5dbrynU-zGC4mj0B5KMIC" # 32.1.15 |
| } |
| |
| system_image_package { |
| package_name: "chromium/third_party/android_sdk/public/system-images/android-22/google_apis/x86" |
| version: "rR9ygjva-zMbhTRRYfAqMIAEAAuuNDZeaermwbVeIUYC" # 26 |
| } |
| system_image_name: "system-images;android-22;google_apis;x86" |
| |
| avd_package { |
| package_name: "chromium/third_party/android_sdk/public/avds/android-22/google_apis/x86" |
| } |
| avd_name: "android_22_google_apis_x86" |
| |
| avd_settings { |
| screen { |
| density: 480 |
| height: 1920 |
| width: 1080 |
| } |
| # Tests can run into low memory issue with the default ram size 1024MB |
| # Incease to 2048MB, which is the same as that on Nexus 5 |
| ram_size: 2048 |
| sdcard { |
| size: "1G" |
| } |
| } |