From cacf65446dde64dc47c9a4d9a6af002f564274ea Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Wed, 10 Jun 2015 13:02:50 -0700 Subject: updater: Add LZMA support to blockimg * This adds support for LZMA compressed blockimages. The space savings from doing this is significant and will reduce our CDN costs by quite a bit. * I'll spend the saved $$$ on beer. Change-Id: I6679220aaa29592fe6bbccd4136f0c239e45e2ae --- minzip/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'minzip/Android.mk') diff --git a/minzip/Android.mk b/minzip/Android.mk index 22eabfb..1605a53 100644 --- a/minzip/Android.mk +++ b/minzip/Android.mk @@ -10,9 +10,11 @@ LOCAL_SRC_FILES := \ LOCAL_C_INCLUDES := \ external/zlib \ - external/safe-iop/include + external/safe-iop/include \ + external/lzma/xz-embedded LOCAL_STATIC_LIBRARIES := libselinux +LOCAL_STATIC_LIBRARIES += libxz LOCAL_MODULE := libminzip -- cgit v1.1