Skip to content

Commit

Permalink
Include AdpfWrapper.cpp when building the library
Browse files Browse the repository at this point in the history
This fixes:

> java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN11AdpfWrapper5closeEv"

Submitted upstream at katyo#62
  • Loading branch information
fornwall committed Mar 1, 2024
1 parent 9701584 commit 6c93041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/build.rs
Expand Up @@ -212,6 +212,7 @@ impl Builder {
let src_files = &[
"aaudio/AAudioLoader.cpp",
"aaudio/AudioStreamAAudio.cpp",
"common/AdpfWrapper.cpp",
"common/AudioSourceCaller.cpp",
"common/AudioStream.cpp",
"common/AudioStreamBuilder.cpp",
Expand Down

0 comments on commit 6c93041

Please sign in to comment.