Commit 251fb11
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to ReactNativeJNISoLoader (#56036)
Summary:
Pull Request resolved: #56036
Fixed MissingSoLoaderLibrary lint error in ReactNativeJNISoLoader.kt.
Added SoLoaderLibrary("reactnativejni") annotation to the class which calls SoLoader.loadLibrary("reactnativejni") but was missing the annotation needed for build tools to sanity check JNI merging.
changelog: [internal] internal
Reviewed By: cortinico
Differential Revision: D95412950
fbshipit-source-id: 55e2cf6e1e0c4840a91d7c84b667fdd58787056c1 parent 753e0ad commit 251fb11
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments