Commit 8dec18a
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to ReactNativeJniCommonSoLoader
Summary:
Fixed MissingSoLoaderLibrary lint error in ReactNativeJniCommonSoLoader.kt.
Added SoLoaderLibrary("reactnativejni_common") annotation to the class which calls SoLoader.loadLibrary("reactnativejni_common") but was missing the annotation needed for build tools to sanity check JNI merging.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D954129801 parent 59f497b commit 8dec18a
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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments