Separate JNI glue from actual C code, move CMakeLists file

This commit is contained in:
tonymanou
2017-01-22 00:37:53 +01:00
committed by topjohnwu
parent 84c8ecb372
commit 5d8bb897db
6 changed files with 43 additions and 28 deletions

View File

@@ -38,7 +38,7 @@ android {
}
externalNativeBuild {
cmake {
path 'CMakeLists.txt'
path 'src/main/jni/CMakeLists.txt'
}
}
}