mirror of
https://github.com/opengapps/opengapps.git
synced 2025-11-08 07:54:31 +00:00
1b1a989fb6
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!)
10 lines
641 B
Plaintext
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.
|