Commit f486317
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to DefaultSoLoader
Summary:
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
Differential Revision: D954130241 parent 8dec18a commit f486317
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