Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Oct 18, 2024
1 parent 74163f4 commit 13518f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cross build --target aarch64-linux-android --release --lib;
cd ../..
mkdir -p `pwd`/app/src/main/jniLibs/arm64-v8a
ln -s `pwd`/lib-src/uog/target/aarch64-linux-android/release/libuog.so `pwd`/app/src/main/jniLibs/arm64-v8a/libuniffi_uog.so
cp `pwd`/lib-src/uog/target/aarch64-linux-android/release/libuog.so `pwd`/app/src/main/jniLibs/arm64-v8a/libuog.so
- name: Set Up JDK
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/moe/rikaaa0928/uot/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import androidx.appcompat.app.AppCompatActivity
class MainActivity : AppCompatActivity() {
companion object {
init {
System.loadLibrary("uniffi_uog")
System.loadLibrary("uog")
}
}

Expand Down

0 comments on commit 13518f9

Please sign in to comment.