forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AVD configs for API level 19 (Kitkat) and 22 (Lollipop)
These configs can be used to run tests. Bug: 1293115 Change-Id: I856eda38a09b68fb6cdd01a569a1691750bb3597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3449074 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/main@{#973057}
- Loading branch information
Haiyang Pan
authored and
Chromium LUCI CQ
committed
Feb 18, 2022
1 parent
0b901ef
commit 601cc30
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 2022 The Chromium Authors. All rights reserved. | ||
# 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-19 AVD (userdebug build). | ||
|
||
emulator_package { | ||
package_name: "chromium/third_party/android_sdk/public/emulator" | ||
version: "qI9liK4Dm1fguyeCE5zsfgvu154CZZ8XTk7JEhcw21MC" # 31.2.7 | ||
dest_path: ".emulator_sdk" | ||
} | ||
|
||
system_image_package { | ||
package_name: "chromium/third_party/android_sdk/public/system-images/android-19/google_apis/x86" | ||
version: "rMCEYumdWz5Lil1xTCx22Nrn30jgKLBKl-pWaIKdVYQC" # 40 | ||
dest_path: ".emulator_sdk" | ||
} | ||
system_image_name: "system-images;android-19;google_apis;x86" | ||
|
||
avd_package { | ||
package_name: "chromium/third_party/android_sdk/public/avds/android-19/google_apis/x86" | ||
# Created in https://ci.chromium.org/b/8821945131962103569 | ||
version: "XKoggws0NVT5XX_Ac7SADEFbdqHGY0AtNjpExgH38eEC" | ||
dest_path: ".android" | ||
} | ||
avd_name: "android_19_google_apis_x86" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 2022 The Chromium Authors. All rights reserved. | ||
# 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 (userdebug build). | ||
|
||
emulator_package { | ||
package_name: "chromium/third_party/android_sdk/public/emulator" | ||
version: "qI9liK4Dm1fguyeCE5zsfgvu154CZZ8XTk7JEhcw21MC" # 31.2.7 | ||
dest_path: ".emulator_sdk" | ||
} | ||
|
||
system_image_package { | ||
package_name: "chromium/third_party/android_sdk/public/system-images/android-22/google_apis/x86" | ||
version: "6jxw-rwCBPxhAgB1q_mBTkC9602dwM-wtgtux_Q_SXIC" # 26 | ||
dest_path: ".emulator_sdk" | ||
} | ||
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" | ||
# Created in https://ci.chromium.org/b/8821945131962103569 | ||
version: "dptAbtPdeaYt9lQeHaIWDBd-VRX-alejBvmCS1Hc9IkC" | ||
dest_path: ".android" | ||
} | ||
avd_name: "android_22_google_apis_x86" |