Skip to content

Commit 00fd90c

Browse files
committed
update
1 parent f4c2822 commit 00fd90c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo_android_ncnn/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ android {
1818
}
1919

2020
ndk {
21-
moduleName "WztNcnnJniLog" //编译后会生成 .so
21+
moduleName "NcnnJniLog"
2222
ldLibs "log", "z", "m"
23-
abiFilters "armeabi-v7a", "arm64-v8a" // opencv库太大只留需要的
23+
abiFilters "armeabi-v7a", "arm64-v8a"
2424
}
2525

2626
multiDexEnabled true

demo_android_ncnn/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ':app'
2-
rootProject.name='YOLOv5'
2+
rootProject.name='NanoDet'

0 commit comments

Comments
 (0)