| # Copyright 2019 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: "xhyuoquVvBTcJelgRjMKZeoBVSQRjB7pLVJPt5C9saIC" |
| } |
| |
| system_image_package { |
| package_name: "chromium/third_party/android_sdk/public/system-images/android-23/google_apis/x86" |
| version: "npuCAATVbhmywZwGhI3tMoECTrBBzzyJLpjAPXqtmYYC" |
| } |
| 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/generic_android23_tablet" |
| version: "prDIAhfL713ebi5ur9gepMDILlIc08eSUWVDRG3zagcC" |
| } |
| avd_name: "generic_android23_tablet" |
| |
| avd_settings { |
| screen { |
| density: 160 |
| height: 1024 |
| width: 600 |
| } |
| sdcard { |
| size: "1G" |
| } |
| } |