cmake build a native android library

ht‮ww//:spt‬w.lautturi.com
cmake build a native android library

android build module using ndk and cmake gradle

android { 
	...  
	defaultConfig {...}  
    buildTypes {...}  
    externalNativeBuild {    
    	cmake {      
        	// Provides a relative path to your CMake build script.      
            path "CMakeLists.txt"    
        }  
    }
}
Created Time:2017-09-01 21:31:08  Author:lautturi