Commit 31478d2
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary annotation (#55506)
Summary:
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: D920220301 parent dd6980c commit 31478d2
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