forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Share code that is needed to support shaded native libraries.
Motivation: For our native libraries in netty we support shading, to have this work on runtime the user needs to set a system property. This code should shared. Modifications: Move logic to NativeLbiraryLoader and so share for all native libs. Result: Less code duplication and also will work for netty-tcnative out of the box once it support shading
- Loading branch information
1 parent
915bf5f
commit 201d9b6
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters