Skip to content

Commit

Permalink
修复ndk构建
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN committed Oct 26, 2023
1 parent 01496f8 commit 09e003d
Show file tree
Hide file tree
Showing 10 changed files with 328 additions and 329 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ android {
}
defaultConfig {
applicationId "thercn.wmw"
minSdkVersion 19
targetSdkVersion 26
minSdkVersion 24
targetSdkVersion 30
versionCode 2
versionName "1.18.8.2"
externalNativeBuild {
ndk{
abiFilter 'arm64-v8a'
}
}
} }
}

externalNativeBuild {
ndkBuild {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ LOCAL_SRC_FILES:= Source/Imgui/imgui.cpp \
Source/Imgui_Android_Input.cpp \
Source/EGL.cpp \
Source/MyFile.cpp \
native-lib.cpp \
Platinmods/PlatinmodsUtils.cpp \
Platinmods/PlatinmodsMemoryPatch.cpp \
Platinmods/PlatinmodsUtils.cpp
native-lib.cpp

LOCAL_LDLIBS := -ldl -llog -lEGL -lGLESv3 -landroid
include $(BUILD_SHARED_LIBRARY)
Expand Down
1 change: 0 additions & 1 deletion app/src/main/jni/Binary/fmodex.s

This file was deleted.

Binary file removed app/src/main/jni/Binary/libfmodex.so
Binary file not shown.
Binary file removed app/src/main/jni/Binary/libwmw.so
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/jni/Binary/wmw.s

This file was deleted.

Loading

0 comments on commit 09e003d

Please sign in to comment.