Commit 61cac0d
committed
fix: use non-stripped host library for uniffi-bindgen
The release profile has strip=true which removes symbol metadata that
uniffi-bindgen needs to generate Kotlin bindings. Build a debug host
library (without stripping) specifically for bindings generation.
The stripped release builds are still used for the actual AAR.1 parent b096be4 commit 61cac0d
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| 242 | + | |
| 243 | + | |
238 | 244 | | |
239 | 245 | | |
240 | | - | |
| 246 | + | |
241 | 247 | | |
242 | 248 | | |
243 | 249 | | |
| |||
0 commit comments