Commit f1391e5
authored
Include classes that extend from JNA Structure in proguard consumer rules (#6979)
Specifically, I found that `com.sun.jna.Structure` ones via `RustBuffer` that seem to be removed from Android when using [R8 fullMode][0]
Fixes mozilla-mobile/reference-browser#3885 and includes upstreaming the Nimbus RustBuffer rules as well.
[0]: https://developer.android.com/topic/performance/app-optimization/enable-app-optimization#full-mode1 parent 569dc9a commit f1391e5
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments