Files
mfonville 1b1a989fb6 Support both XZ(default and using xzdec) and lzip compression
Allows to toggle between xzdec and lzip in build_gapps.sh
Rename creatxz/createlz to compressapp
Make checktools also toggle between xz and lzip command check
Made the various changing aspects of the toggle more dynamic (compress and decompress commands, tar-suffix)
Re-introduce bundlexz
Forced the use of the xzdec binary for all xz-decompression, since we cannot trust busybox's xz-embedded
Included xzdec binaries (Thanks to @YashdSaraf for cross-compiling very optimized builds for us!)
2016-02-25 16:36:21 +01:00

10 lines
641 B
Plaintext

Fetch busybox sources from https://busybox.net
Apply the lzip support patches from http://download.savannah.gnu.org/releases/lzip/busybox/
Compile using the instructions from http://forum.xda-developers.com/android/software-hacking/guide-busybox-snapshot-building-android-t2857650
The busybox binaries bundled with The Open GApps Project were compiled by @YashdSaraf
@YashdSaraf's busybox repository and toolchain can be found at: https://github.com/yashdsaraf/busybox
BusyBox is licensed under the GNU General Public License version 2, which is often abbreviated as GPLv2.
Check https://www.busybox.net/license.html for more information.