Commit ce00f6a
Fix MissingSoLoaderLibrary: Add @SoLoaderLibrary annotation (facebook#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 e3277fa commit ce00f6a
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/hermes/instrumentation
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 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments