Home
last modified time | relevance | path

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

/ndk/tests/build/import-install/
Dbuild.sh11 PARAM_ABIS=$(echo "$@" | tr ' ' '\n' | grep -e "^APP_ABI=")
12 PARAM_ABIS=${PARAM_ABIS##APP_ABI=}
13 if [ -z "$PARAM_ABIS" ]; then
17 echo "FOUND ABIS in param '$@': $PARAM_ABIS"
18 ABIS="$PARAM_ABIS"