Closed
Bug 1001797
Opened 11 years ago
Closed 11 years ago
Don't ship xxhdpi etc. in ARMv6 builds
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
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
Reporter | ||
Comment 1•11 years ago
|
||
Wow, shell fail. Make that 140KB.
ls -l $(find . -name '*xhdpi*' -or -name '*xlarge*') | awk '{s += $5} END {print s}'
143505
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•