Skip to content

Commit db90ea6

Browse files
committed
prepare prebuilt lib
1 parent 19c8ce1 commit db90ea6

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build-android-ndk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
java-version: '17'
2525

2626
- name: Build arm64 library
27-
run: ./gradlew externalNativeBuildDebug -Pandroid.abis=arm64-v8a
27+
run: ./gradlew externalNativeBuildRelease -Pandroid.abis=arm64-v8a
2828

2929
- name: Store arm64 library
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: libXlorie-arm64
33-
path: app/build/intermediates/cxx/Debug/*/obj/arm64-v8a/libXlorie.so
33+
path: app/build/intermediates/cxx/Release/*/obj/arm64-v8a/libXlorie.so

app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ android {
2222
keyPassword 'xrj45yWGLbsO7W0v'
2323
}
2424

25-
splits.abi {
26-
enable true
27-
reset()
28-
29-
include "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
30-
universalApk true
31-
}
32-
3325
compileOptions.sourceCompatibility JavaVersion.VERSION_1_9
3426
compileOptions.targetCompatibility JavaVersion.VERSION_1_9
3527
externalNativeBuild.cmake.path "src/main/cpp/CMakeLists.txt"

0 commit comments

Comments
 (0)