Commit b1fff35
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary annotation (facebook#55506)
Summary:
Pull Request resolved: facebook#55506
Add the SoLoaderLibrary("jsijniprofiler") annotation to HermesSamplingProfiler
to fix the MissingSoLoaderLibrary androidlint warning. This annotation helps
track which native libraries are loaded by this class, improving build and
startup optimization analysis.
Also added the required dependency on soloader annotation library in the BUCK file.
changelog: [internal] internal
Reviewed By: alanleedev
Differential Revision: D92022030
fbshipit-source-id: 78d15632b413fe2fac08c24ae1e3dfd5dc6107e01 parent 290b9ab commit b1fff35
File tree
1 file changed
+2
-0
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/hermes/instrumentation
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments