Adding tests for actual lib
This commit is contained in:
parent
6c41ceb0b2
commit
ec2ca803d3
4 changed files with 201 additions and 161 deletions
|
|
@ -6,12 +6,12 @@ def ndkDir = properties.getProperty('ndk.dir')
|
|||
def valLayerBinDir = "${ndkDir}/sources/third_party/vulkan/src/build-android/jniLibs"
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
compileSdkVersion 26
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.ethicalml.kompute.examples.android"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 24
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 26
|
||||
versionCode = 1
|
||||
versionName = "0.0.1"
|
||||
externalNativeBuild {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue