Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RangiLyu committed Nov 20, 2020
1 parent f4c2822 commit 00fd90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo_android_ncnn/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ android {
}

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

multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion demo_android_ncnn/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app'
rootProject.name='YOLOv5'
rootProject.name='NanoDet'

0 comments on commit 00fd90c

Please sign in to comment.