Commit 8cdeea6
fix(aw-sync): add cdylib crate-type for JNI shared library generation
- Added crate-type = ["cdylib", "rlib"] to [lib] section
- cdylib is required to generate .so files for Android JNI
- rlib allows the library to be used by other Rust code1 parent d67870f commit 8cdeea6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments