Skip to content

Commit

Permalink
NdkOpencl: abiFilter for all build types
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Nov 30, 2017
1 parent 76db926 commit d70a492
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 5 additions & 4 deletions NdkOpencl.off/.gitignore
@@ -1,9 +1,10 @@
*.bak
*.iml
.DS_Store
.externalNativeBuild
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/.idea/workspace.xml
/build
/captures
.externalNativeBuild
/local.properties
8 changes: 3 additions & 5 deletions NdkOpencl.off/app/build.gradle
Expand Up @@ -15,17 +15,15 @@ android {
cppFlags "-frtti -fexceptions"
}
}
ndk {
abiFilters 'arm64-v8a'
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
ndk {
abiFilters 'arm64-v8a'
}
}
}
externalNativeBuild {
cmake {
Expand Down

0 comments on commit d70a492

Please sign in to comment.