This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit 8bd0ac9
authored
Compatibility with Android (#813)
Motivation:
There are some problems when try to use the codec on android.
Modifications:
- fix android c++_shared not visible, because not linked
- Make QuicChannelBootstrap constructor public for compatibility with Android API <= 24
Result:
Be able to use on Android1 parent 293435d commit 8bd0ac9
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- codec-classes-quic/src/main/java/io/netty/incubator/codec/quic
- codec-native-quic
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments