Commit 2890f4a
committed
Fix mnn_tts build failure by copying libMNN.so to lib dir
This commit modifies `apps/Android/MnnLlmChat/build.sh` to copy the
generated `libMNN.so` to a `lib` subdirectory within the build output.
This is required because the `mnn_tts` dependency expects the library
to be located in `lib/libMNN.so`, causing build failures otherwise.1 parent 8c1a5e5 commit 2890f4a
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
0 commit comments