OSDN Git Service

use minigzip instead of system gzip in the build
authorDoug Zongker <dougz@android.com>
Wed, 27 May 2009 16:14:25 +0000 (09:14 -0700)
committerDoug Zongker <dougz@android.com>
Wed, 27 May 2009 21:27:45 +0000 (14:27 -0700)
commit8b70e8c6574e6e6e80aaa84fe1a9426995fa0a78
tree8a34f984faec9d7dfe21bf0ac3ccd642f2adf3b8
parent5d1b97315763b8a8882b428885342e0cd2817050
use minigzip instead of system gzip in the build

Use zlib's minigzip utility, built as part of our source tree, instead of
whatever installation of GNU gzip happens to be on the user's machine.
Using zlib's deflater, which is nicely available as a library (unlike
GNU gzip's deflater) will ultimately let us do binary patches to the
boot and recovery images.
core/Makefile
core/config.mk