mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
bb5baea7252ce2ba576ff2893a877fe5e9f714c9
The script assert_ndk_version.sh used to require that the user either define ANDROID_NDK_ROOT or ndk-build be in the path so that ANDROID_NDK_ROOT can be inferred. But since we are always calling this script from within an Android.mk file, ndk-build already defines a variable called NDK_ROOT, which we can pass to the script, thereby simplifying it and making it more robust. Change-Id: I31d66529a36a93e760e0dd0f17cfe61428fbac55
Ceres Solver - A non-linear least squares minimizer ================================================== Please see docs/html/index.html for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%