Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Add noCompress for 'dat' resources #1623

Closed javifernandez closed 1 week ago

javifernandez commented 1 week ago

In 63e622fe4 we have replaced the 'aaptOptions' directive with 'androidResources', but we also removed 'noCompress' entries for .dat, .ja and *.bin extensions.

The Chromium backend APK should contains a filed called 'icudtl.dat' that Wolvic is not able to load because it's compressed, due to the lack of the noCompress entry for that extension.

Fixes #1622