Commit 665b801
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to InspectorNetworkRequestListener (#56039)
Summary:
Pull Request resolved: #56039
Fixed MissingSoLoaderLibrary lint error in InspectorNetworkRequestListener.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
Differential Revision: D95413051
fbshipit-source-id: 826ded6624cf31f7c639b9aabddea38b49d56b131 parent 831e5fd commit 665b801
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/inspector
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments