# Copyright 2024 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 an Android Pie (API 28) AVD on google_apis on x86 emulator_package { package_name: "chromium/third_party/android_sdk/public/emulator" version: "v8yrLOpMlE0if7NxVuSlX0Etnq0k_FLX_hmYksbVSm0C" # 36.1.9 (Stable) } system_image_package { package_name: "chromium/third_party/android_sdk/public/system-images/android-28/google_apis/x86" version: "n5ghWmdJtOyffzCTuQwcIHCz34tTB6Cac9gJGU5pCMAC" # r12 } system_image_name: "system-images;android-28;google_apis;x86" avd_package { package_name: "chromium/third_party/android_sdk/public/avds/android-28/google_apis/x86" } avd_name: "android_28_google_apis_x86" avd_settings { screen { density: 480 height: 1920 width: 1080 } advanced_features { key: "GLESDynamicVersion" value: "on" } # Incrase ram to 2048MB, and vm heap size to 512MB to avoid low memory issue. ram_size: 2048 avd_properties { key: "vm.heapSize" value: "512" } } avd_variants { key: "swarming" value { avd_properties { key: "disk.dataPartition.size" value: "4G" } }, } avd_variants { key: "local" value { avd_properties { key: "disk.dataPartition.size" value: "12G" } } } min_sdk: 28 additional_apk { package_name: "chrome_internal/third_party/google3/apks/gmscore/x86" version: "OYrEFrkwaK-a1rf2CSiqXp1ZugsWxQj3wS6LxjoEywMC" # 25.07.33 }