Searched refs:PARAM_ABIS (Results 1 – 1 of 1) sorted by relevance
11 PARAM_ABIS=$(echo "$@" | tr ' ' '\n' | grep -e "^APP_ABI=")12 PARAM_ABIS=${PARAM_ABIS##APP_ABI=}13 if [ -z "$PARAM_ABIS" ]; then17 echo "FOUND ABIS in param '$@': $PARAM_ABIS"18 ABIS="$PARAM_ABIS"