Skip to content

Commit

Permalink
Fix loading native shared libraries.
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
heiher committed Aug 14, 2024
1 parent 393f5a4 commit 2b1e66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
}
externalNativeBuild {
ndkBuild {
arguments "LOCAL_LDFLAGS+=-Wl,--build-id=none"
cFlags "-ffile-prefix-map=${rootDir}=."
arguments "APP_CFLAGS+=-DPKGNAME=hev/sockstun -ffile-prefix-map=${rootDir}=."
arguments "APP_LDFLAGS+=-Wl,--build-id=none"
}
}
}
Expand Down

0 comments on commit 2b1e66a

Please sign in to comment.