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