Commit ec0da32
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary to InspectorFlags (#56112)
Summary:
Pull Request resolved: #56112
Fixed MissingSoLoaderLibrary lint warning in InspectorFlags.kt.
Added SoLoaderLibrary("react_devsupportjni") annotation to the class which calls SoLoader.loadLibrary("react_devsupportjni") 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: D96784589
fbshipit-source-id: 7df713db1a50f3d7805cb02a4f4228222fe8c28d1 parent cb7fc01 commit ec0da32
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments