dodge: displayconfig: Correct inverted width and height

The initial densityMapping configuration had references from AOSP
DisplayDeviceConfig.java template which actually has this inverted.
Let's correct it to account for the native portrait orientation in phones.

Change-Id: I07c9567c1d0c72b7ed77c1fe8fdf399bae30dd85
This commit is contained in:
Gowtham PJ
2025-10-02 12:58:13 +05:30
committed by Bruno Martins
parent 4d667fb760
commit e5a86bcea9

View File

@@ -2,13 +2,13 @@
<displayConfiguration>
<densityMapping>
<density>
<height>1080</height>
<width>2376</width>
<height>2376</height>
<width>1080</width>
<density>450</density>
</density>
<density>
<height>1440</height>
<width>3168</width>
<height>3168</height>
<width>1440</width>
<density>560</density>
</density>
</densityMapping>