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

emulator_package {
  package_name: "chromium/third_party/android_sdk/public/emulator"
  version: "Dogc_gNCYNb3fIG-ovlMkV5EhjaYwdA_Jw9goUpl3A8C"  # 30.7.5
  dest_path: "generic_android27"
}

system_image_package {
  package_name: "chromium/third_party/android_sdk/public/system-images/android-27/google_apis/x86"
  version: "bTYdhg148IddQnOX04g5LgZ24XIXhjrKVRtKMc1fVfIC"  # 11
  dest_path: "generic_android27"
}
system_image_name: "system-images;android-27;google_apis;x86"

avd_package {
  package_name: "chromium/third_party/android_sdk/public/avds/android-27/google_apis/x86"
  dest_path: "generic_android27"
}
avd_name: "android_27_google_apis_x86"

avd_settings {
  screen {
    density: 480
    height: 1920
    width: 1080
  }
  advanced_features {
    key: "GLESDynamicVersion"
    value: "on"
  }
}