Home | History | Annotate | Download | only in tools

Lines Matching refs:ndk

17 #  This shell script is used to rebuild one of the NDK C++ STL
33 "Rebuild one of the following NDK C++ runtimes: $CXX_STL_LIST.
35 This script is called when pacakging a new NDK release. It will simply
41 This requires a temporary NDK installation containing platforms and
44 By default, this will try with the current NDK directory, unless
45 you use the --ndk-dir=<path> option.
51 <ndk>/sources/cxx-stl/$CXX_STL_SUBDIR, but you can override this with
62 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
104 log "Auto-config: --ndk-dir=$NDK_DIR"
107 panic "NDK directory does not exist: $NDK_DIR"
156 # $BUILD_DIR instead of $NDK which may contain full path of builder's working dir
158 rm -f $BUILD_DIR/ndk
159 ln -sf $ANDROID_NDK_ROOT $BUILD_DIR/ndk
161 GABIXX_SRCDIR=$BUILD_DIR/ndk/$GABIXX_SUBDIR
162 STLPORT_SRCDIR=$BUILD_DIR/ndk/$STLPORT_SUBDIR
163 LIBCXX_SRCDIR=$BUILD_DIR/ndk/$LIBCXX_SUBDIR
164 LIBCXXABI_SRCDIR=$BUILD_DIR/ndk/$LIBCXXABI_SUBDIR