Home | History | Annotate | Download | only in core

Lines Matching refs:NDK

16 # This file is designed to be called from the 'ndk-build' script
20 # Detect the NDK installation path by processing this Makefile's location.
28 # for the case when we're invoked from the NDK install path
32 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
35 $(info Android NDK: You NDK installation path contains spaces.)
36 $(info Android NDK: Please re-install to a different location to fix the issue !)
52 # It turns out that some people use ndk-build to generate static
55 # If NDK_PROJECT_PATH=null, ndk-build make no attempt to look for it, but does
154 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.)