Commit a3532056 authored by John Budorick's avatar John Budorick Committed by Commit Bot

android: make avd screens 960x480.

results in a screen width of 480dp, which should put it in the
middle of large portrait phones per https://bit.ly/311hcJ1

Bug: 922145
Change-Id: I7bb00196dfa48a53467dc35646b81160f9fd8892
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849429
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704446}
parent a4b45392
...@@ -231,6 +231,9 @@ class AvdConfig(object): ...@@ -231,6 +231,9 @@ class AvdConfig(object):
config_ini_file.write( config_ini_file.write(
textwrap.dedent("""\ textwrap.dedent("""\
disk.dataPartition.size=4G disk.dataPartition.size=4G
hw.lcd.density=160
hw.lcd.height=960
hw.lcd.width=480
""")) """))
# Start & stop the AVD. # Start & stop the AVD.
......
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