Open
Bug 1370158
Opened 7 years ago
Updated 2 years ago
Gradle build is not optimizing the string table
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: tyu, Unassigned)
References
(Blocks 1 open bug)
Details
As described in Bug 1370156, we have observed that after landing Bug 1341990, the string table entry is greatly increased for Gradle build while nothing happens for mach build. My guess is that there are some optimization in mach build and it is worth studying to minimize our apk size with Gradle build.
Reporter | ||
Updated•7 years ago
|
Blocks: gradle-automation
Reporter | ||
Comment 1•7 years ago
|
||
This may be a false alarm regarding current investigations:
The suspect was triggered by this https://bugzilla.mozilla.org/show_bug.cgi?id=1367768#c12 test on my local machine,
but builds on mozilla-central Treeherder have shown otherwise, see:
https://bugzilla.mozilla.org/show_bug.cgi?id=1370156#c3
Further clarification and investigation would be needed to determine if this is a real bug. I might do it later after some more emergent tasks but anyone is welcomed to look into this in the meanwhile.
Updated•7 years ago
|
No longer blocks: gradle-automation
Updated•7 years ago
|
Blocks: gradle-automation-v2
Comment 2•6 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: -- → P5
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•