HomeSort by relevance Sort by last modified time
    Searched refs:NDK_ROOT_DIR (Results 1 - 2 of 2) sorted by null

  /ndk/build/tools/
find-case-duplicates.sh 23 NDK_ROOT_DIR=`dirname $0`/../..
24 NDK_ROOT_DIR=`cd $NDK_ROOT_DIR && pwd`
26 ORG_FILES=`(cd $NDK_ROOT_DIR && git ls-files) | sort -f`
package-release.sh 28 NDK_ROOT_DIR="$ANDROID_NDK_ROOT"
231 GIT_FILES=`cd $NDK_ROOT_DIR && git ls-files`
236 rm -rf $NDK_ROOT_DIR/samples/*/obj
237 rm -rf $NDK_ROOT_DIR/samples/*/libs
239 GIT_FILES=`cd $NDK_ROOT_DIR && find .`
333 copy_file_list "$NDK_ROOT_DIR" "$REFERENCE" $GIT_FILES &&
357 $NDK_ROOT_DIR/build/tools/gen-platforms.sh $FLAGS
380 $NDK_ROOT_DIR/build/tools/build-docs.sh \
381 --in-dir=$NDK_ROOT_DIR/docs/text \

Completed in 612 milliseconds