Searched refs:PKG_URL (Results 1 - 2 of 2) sorted by relevance

/ndk/build/tools/
H A Dbuild-host-python.sh146 local PKG_URL=$1
147 local PKG_NAME=$(basename $PKG_URL)
161 log "Downloading $PKG_URL..."
162 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
163 fail_panic "Can't download '$PKG_URL'"
167 log "Uncompressing $PKG_URL into $SRC_DIR"
H A Dbuild-mingw64-toolchain.sh350 local PKG_URL=$1
351 local PKG_NAME=$(basename $PKG_URL)
365 log "Downloading $PKG_URL..."
366 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
367 fail_panic "Can't download '$PKG_URL'"
371 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
374 log "Uncompressing $PKG_URL into $SRC_DIR"

Completed in 31 milliseconds