Commit b5b3982
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to UIConstantsProviderBinding (#56113)
Summary:
Pull Request resolved: #56113
Fixed MissingSoLoaderLibrary lint warning in UIConstantsProviderBinding.kt.
Added SoLoaderLibrary("uimanagerjni") annotation to the class which calls SoLoader.loadLibrary("uimanagerjni") but was missing the annotation needed for build tools to sanity check JNI merging. Also added the soloader annotation Buck dependency.
changelog: [internal] internal
Reviewed By: NickGerleman
Differential Revision: D96784679
fbshipit-source-id: 7d290216494ed5bc3c433adf1cea362948d955e71 parent ec0da32 commit b5b3982
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
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 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments