Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41a4833b authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 4da6efc8: am 46151652: Merge "fix xlarge support in aapt for gingerbread" into gingerbread

* commit '4da6efc8':
  fix xlarge support in aapt for gingerbread
parents 3513c3f1 4da6efc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1142,8 +1142,8 @@ int doDump(Bundle* bundle)
                largeScreen = targetSdk >= 4 ? -1 : 0;
            }
            if (xlargeScreen > 0) {
                // Introduced in Honeycomb.
                xlargeScreen = targetSdk >= 10 ? -1 : 0;
                // Introduced in Gingerbread.
                xlargeScreen = targetSdk >= 9 ? -1 : 0;
            }
            if (anyDensity > 0) {
                anyDensity = targetSdk >= 4 ? -1 : 0;