chromium/tools/android/avd/proto_creation/generic_android23.textpb

# 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-23 AVD.

emulator_package {
  package_name: "chromium/third_party/android_sdk/public/emulator"
  version: "N2X90_ADQtGKgoxkXZH3-TM5dbrynU-zGC4mj0B5KMIC"  # 32.1.15
  dest_path: "generic_android23"
}

system_image_package {
  package_name: "chromium/third_party/android_sdk/public/system-images/android-23/google_apis/x86"
  version: "QZ9LwZAx68KKJ_dPs7SfJbFYGtiBpCFQVYq2kwEnwRUC"  # 33
  dest_path: "generic_android23"
}
system_image_name: "system-images;android-23;google_apis;x86"

avd_package {
  package_name: "chromium/third_party/android_sdk/public/avds/android-23/google_apis/x86"
  dest_path: "generic_android23"
}
avd_name: "android_23_google_apis_x86"

avd_settings {
  screen {
    density: 480
    height: 1920
    width: 1080
  }
  # crbug.com/1110997: Disable GLDMA for android-23
  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
}