Commit 8034178c authored by John Budorick's avatar John Budorick Committed by Commit Bot

android: significantly increase emulator image screen sizes.

Fixes at least one test in content_browsertests that was increasing the
minimum frame size above the current screen width. New screen dimensions
roughly match the dimensions of the N5, N5X, and P2.

Bug: 922145
Change-Id: Iaf7fca25bfc56abfedd647dcc80fdb378a7ab5ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033685Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737496}
parent 3c77d441
...@@ -25,6 +25,11 @@ avd_package { ...@@ -25,6 +25,11 @@ avd_package {
avd_name: "android_23_google_apis_x86" avd_name: "android_23_google_apis_x86"
avd_settings { avd_settings {
screen {
density: 480
height: 1920
width: 1080
}
sdcard { sdcard {
size: "1G" size: "1G"
} }
......
...@@ -26,8 +26,8 @@ avd_name: "android_28_google_apis_x86" ...@@ -26,8 +26,8 @@ avd_name: "android_28_google_apis_x86"
avd_settings { avd_settings {
screen { screen {
density: 160 density: 480
height: 800 height: 1920
width: 480 width: 1080
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment