Home
last modified time | relevance | path

Searched refs:SYMDIR (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dgen-platforms.sh452 local SYMDIR="$SRCDIR/$2"
466 if [ ! -d "$SYMDIR" ]; then
471 …LIBS=$( (cd $SYMDIR && 2>/dev/null ls *.functions.txt) | sort -u | sed -e 's!\.functions\.txt$!!g')
474 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
475 vars=$(cat "$SYMDIR/$LIB.variables.txt" 2>/dev/null)
484 if [ -f "$SYMDIR/$LIB.versions.txt" ]; then
485 version_script="$SYMDIR/$LIB.versions.txt"