Commit 6edbf2e
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 85065f2 commit 6edbf2e
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