Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Do not let proguard remove Wolvic classes #82

Closed svillar closed 6 months ago

svillar commented 6 months ago

When enabling minification in Wolvic, the Wolvic classes that are part of the Chromium tree are removed. This breaks many use cases, for example, WebXR does not work at all.

By adding a keep rule for all Wolvic classes we manage to get a fully working minified packages.