Closed Bug 1001797 Opened 10 years ago Closed 10 years ago

Don't ship xxhdpi etc. in ARMv6 builds

Categories

(Firefox Build System :: Android Studio and Gradle Integration, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 792151

People

(Reporter: rnewman, Unassigned)

References

Details

(Whiteboard: armv6)

Typically ARMv6 devices are resource-constrained and low-res.

If we don't already, we should avoid packaging xxhdpi/xhdpi/xlarge resources. By my count that's ~40KB:

cd resources
ls -l *xlarge* *xxhdpi* | awk '{print $5}' | sum
=> 42050
Wow, shell fail. Make that 140KB.

ls -l $(find . -name '*xhdpi*' -or -name '*xlarge*') | awk '{s += $5} END {print s}'
143505
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox Build System
You need to log in before you can comment on or make changes to this bug.