Skip to content

Commit

Permalink
Merge pull request #97 from leiiiooo/patch-1
Browse files Browse the repository at this point in the history
feat: support high level ndk version
  • Loading branch information
pqpo authored Jan 3, 2020
2 parents 4feeba6 + 3846a46 commit e5968de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions"
abiFilters 'armeabi-v7a', "arm64-v8a", 'x86', 'x86_64'
arguments "-DANDROID_TOOLCHAIN=clang", "-DANDROID_STL=c++_static"
}
}

Expand All @@ -38,4 +39,4 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'org.tensorflow:tensorflow-lite:1.13.1'
}
}

0 comments on commit e5968de

Please sign in to comment.