OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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`
make-release.sh
22
NDK_ROOT_DIR
=`dirname $0`/../..
23
NDK_ROOT_DIR
=`cd $
NDK_ROOT_DIR
&& pwd`
25
. $
NDK_ROOT_DIR
/build/core/ndk-common.sh
166
GIT_FILES=`cd $
NDK_ROOT_DIR
&& git ls-files`
171
rm -rf $
NDK_ROOT_DIR
/out
172
rm -rf $
NDK_ROOT_DIR
/apps/*/project/libs/armeabi
173
rm -rf $
NDK_ROOT_DIR
/apps/*/project/libs/armeabi-v7a
174
rm -rf $
NDK_ROOT_DIR
/apps/*/project/libs/x86
176
GIT_FILES=`cd $
NDK_ROOT_DIR
&& find .
[
all
...]
Completed in 13 milliseconds