Adding tests for actual lib

This commit is contained in:
Alejandro Saucedo 2020-10-03 10:54:04 +01:00
parent 6c41ceb0b2
commit ec2ca803d3
4 changed files with 201 additions and 161 deletions

View file

@ -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 {