aboutsummaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-12-16 23:34:31 -0800
committerDan Albert <danalbert@google.com>2015-12-18 11:51:08 -0800
commit695f178d9b6739dd8de4443cba559c32ccd845b0 (patch)
tree5de7cf220b25c0cd7c9ed3c3720c0bbe41c1653a /sources
parent5489a0690d460a9976c8d143a0b937c88fc62654 (diff)
downloadndk-695f178d9b6739dd8de4443cba559c32ccd845b0.tar.gz
Switch all modules from tarballs to zipfiles.
The SDK manager doesn't speak tar. This should also speed up the package validation step of package.py (since it isn't reading the files but is just interested in the TOC). It will, however, increase the size of each module. We're still building the final monolithic package as a tarball for Linux and Darwin though, so the largest download will still be the same size. Bug: http://b/26237669 Change-Id: I967d0b60f4132c864726c2e88f0f52a012b03909
Diffstat (limited to 'sources')
-rwxr-xr-xsources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh b/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
index d749074af..c12484455 100755
--- a/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
+++ b/sources/cxx-stl/gnu-libstdc++/build-gnu-libstdc++.sh
@@ -467,7 +467,7 @@ if [ -n "$PACKAGE_DIR" ] ; then
make_repo_prop "$NDK_DIR/$STL_DIR/$GNUSTL_DIR"
FILES="$FILES $GNUSTL_DIR/repo.prop"
- PACKAGE="$PACKAGE_DIR/gnustl-${VERSION}.tar.bz2"
+ PACKAGE="$PACKAGE_DIR/gnustl-${VERSION}.zip"
dump "Packaging: $PACKAGE"
pack_archive "$PACKAGE" "$NDK_DIR/$STL_DIR" "$FILES"
fail_panic "Could not package GNU libstdc++ binaries!"