Skip to content

Commit

Permalink
Restore missing gradle script to build libtanker-bindings-jni.so
Browse files Browse the repository at this point in the history
Seems to have disappeared in the recent gradle cleanups.
  • Loading branch information
tux3 committed Mar 11, 2019
1 parent e0fb484 commit 6703b8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tanker-bindings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ android {
}
}
}
externalNativeBuild {
cmake {
path 'CMakeLists.txt'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 6703b8f

Please sign in to comment.