History log of /external/zlib/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d754c260696659f08fc661e1d282b8d7be8ab73 01-Dec-2015 Colin Cross <ccross@android.com> Remove LOCAL_NDK_STL_VARIANT

LOCAL_NDK_STL_VARIANT := none is apparently not supported, go back to
using STL for the device NDK build case.

Bug: 25904002
Change-Id: I8e8b32c7274925168c321f60fe69b225dcfc0aa5
/external/zlib/Android.mk
f1c2f04ef6c9f7ce3a76d06ddaab35a94f67f595 01-Dec-2015 Colin Cross <ccross@android.com> Fix typo

LOCAL_NDK_STL_VARIANT, not LOCAL_NDL_STL_VARIANT.

Bug: 25904002
Change-Id: I295fb514b2ec041f3041d8bca5dc2920de4feb95
/external/zlib/Android.mk
e7d66d898ab2f3639938e77c6422ae1df37b10a4 30-Nov-2015 Colin Cross <ccross@android.com> Use LOCAL_NDK_STL_VARIANT instead of LOCAL_CXX_STL

When TARGET_BUILD_APPS is set the libz modules switch to building
against the NDK, which requires LOCAL_NDK_STL_VARIANT instead of
LOCAL_CXX_STL.

Bug: 25904002
Change-Id: I05339365d81f2359bcaa415e485490e7a6de09c6
/external/zlib/Android.mk
9bffa77ef826279f3b014868055c77e7fb6231f9 30-Nov-2015 Colin Cross <ccross@android.com> Remove STL dependency

zlib doesn't use STL, remove the dependency using LOCAL_CXX_STL := none
to allow modules that depend on zlib to select a non-default STL without
conflicting with the default STL linked into zlib.

Bug: 25904002
Change-Id: I532cecb7c7c47fbbb3c91673791bfdc48ffff355
/external/zlib/Android.mk
fb822373c0878db3a353c47b9d800e4d445773d6 28-Sep-2015 Dmitriy Ivanov <dimitry@google.com> Fix bug number for linker related workarounds

Bug: http:/b/24425865
Change-Id: I646378190ef2fe023d32ecdc154014b4c58b8bb6
/external/zlib/Android.mk
6b5cb06eda775ca6ea4da23123d75f1218273978 28-Aug-2015 Dan Willemsen <dwillemsen@google.com> Whitelist windows modules

Bug: 23566667
Change-Id: Iee4a18aca8bd68e0527ea6dd977c43e3d4ed239c
/external/zlib/Android.mk
ead94aece8cf617c9b07b52d6d24e5a805ec5f48 14-Aug-2015 Dan Albert <danalbert@google.com> Always use the NDK for unbundled branches.

Bug: http://b/23221721
Change-Id: I40c0c17d219580866733eedb2352681455bf7511
/external/zlib/Android.mk
9630d2db3b117d88e08c33a8c32ff7b7a8bab2f0 08-May-2015 Dmitriy Ivanov <dimitry@google.com> Switch libz.so to hash-style=both

Bug: http://b/19059885
Change-Id: Ia0ae87217720fb1c6b334af3548545b143054c89
/external/zlib/Android.mk
b2ae9d79b16980f3cad02310b95d0533ff24d877 13-Mar-2015 Dmitriy Ivanov <dimitry@google.com> Switch libz to sysv-only hash style

Bug: 19059885
Change-Id: I339b873d6b8f2bc847bf225bcf50d57e543f8647
/external/zlib/Android.mk
208a1c6b5d3458f1c6ef1b2c0d0ade1a82587d7a 10-Mar-2015 Goran Jakovljevic <goran.jakovljevic@imgtec.com> Generate gnu hash for arm only

Fixes build failure caused by:
https://android-review.googlesource.com/#/c/139620/

As previously discussed [1], MIPS does not support GNU-style ELF hashes.

[1] https://android-review.googlesource.com/#/c/49282/2/tests/Android.mk

Change-Id: I181ca29fd7af1bea5bc12f92e84cdee7fb253780
/external/zlib/Android.mk
1f4602a3f5f907c76e9fada543ebd796145ebb21 10-Mar-2015 Dmitriy Ivanov <dimitry@google.com> Merge "Generate sysv hash for libz"
318f729ac071bc81263a08730c18711e6b37d024 10-Mar-2015 Dmitriy Ivanov <dimitry@google.com> Generate sysv hash for libz

Bug: 19059885
Change-Id: I3f3f54311bcbd388e2a11cda3d38c1a5c5e4e92f
/external/zlib/Android.mk
f185676ef11dd491a06cb90e5f1e49bcc9ca717a 01-Mar-2015 Trevor Drake <trevordrake.gerrit@gmail.com> Add Build type check before using NDK.

Setting the LOCAL_SDK_VERSION will force the module to use prebuilt
libraries which ship as part of the ndk and are found at
prebuilts/ndk/current/platforms/android-$(LOCAL_SDK_VERSION)

We should only use the ndk prebuilts for unbundled build types,
i.e when TARGET_BUILD_APPS is not empty

Change-Id: I9014fd25fe358ea4454718f05213950e2c77bad8
/external/zlib/Android.mk
26b9fbef3a176f4e2cea0873a06e903a1af95243 10-Dec-2014 Trevor Drake <trevordrake.gerrit@gmail.com> Kill libunz

No longer required in the AOSP as the project that depend on this
have been switch over to libz

Bug: 18571533
Change-Id: I976b37f3d28a57e497208a1bd8cacbe1ba7feb33
/external/zlib/Android.mk
7b85b8b3b19187c5ab10a16a24ec3e1557ab19f5 29-Nov-2014 Trevor Drake <trevordrake.gerrit@gmail.com> Add LOCAL_EXPORT_C_INCLUDES_DIRS to library builds.

It seems like a good idea to make use of the features provided by
the build system. Adding this means projects that depend on libz,
libz-host or libunz no longer need to include "external/zlib" in
their LOCAL_C_INCLUDES build variable.

Change-Id: Icec50daf387017ab26c44cc90beb1687b6d121b3
/external/zlib/Android.mk
f3a7284e3890ddabe3116d4b6c81028fb7b524d2 05-Jun-2014 Ian Rogers <irogers@google.com> Build host with multilib both enabled.

Change-Id: Ieb22dec4d3f810efeed93abe2238a75e451e2a06
/external/zlib/Android.mk
a5c7131da47c991585a6c6ac0c063b6d7d56e3fc 25-May-2013 Nick Kralevich <nnk@google.com> Revert "Add signed integer overflow checking to zlib"

The build is broken.

This reverts commit 4018ebf35d1ab1cd6b1340f44df0a1095cb5d10d.
/external/zlib/Android.mk
4018ebf35d1ab1cd6b1340f44df0a1095cb5d10d 22-May-2013 Chad Brubaker <cbrubaker@google.com> Add signed integer overflow checking to zlib

Migrate zlib over to Clang in order to use -ftrap to abort on signed
overflow

Change-Id: Ib2feb1dca89e18b4621b2fee0004b0f4d96d3dce
/external/zlib/Android.mk
91fe917e65d9a083b36b6a0a653cec030160967d 14-Aug-2012 Ying Wang <wangying@google.com> Retire LOCAL_NDK_VERSION.

Bug: 6932421
Change-Id: I4be6c58355635735ca26c7dcbc7f14d08e5c4319
/external/zlib/Android.mk
00fb66d0b1488e4ca655906f82b27eb2ccc3e309 11-May-2012 Elliott Hughes <enh@google.com> Separate the Android build stuff from the upstream zlib stuff.

Another step towards a script that does the zlib upgrades for us...

Change-Id: I940b5b4e79d2a8daf7a47129bbea7bdaffd4140c
/external/zlib/Android.mk
7b332dbcb6a69c1919decb488c28d9b1fc5ba141 05-May-2012 Elliott Hughes <enh@google.com> Fix zlib-host build.

Bug: 6369821

Change-Id: I8745b80986deb7dca7395d4f905f09865c3f358d
/external/zlib/Android.mk
31580c49aa1aa149d01c54c364246433d5cb5ae3 04-May-2012 Elliott Hughes <enh@google.com> Revert "Revert "Make a libz.so for the host too.""

This reverts commit 84d8cc79372b5432628c0a4fdc59001984e076ae
/external/zlib/Android.mk
84d8cc79372b5432628c0a4fdc59001984e076ae 04-May-2012 Elliott Hughes <enh@google.com> Revert "Make a libz.so for the host too."

This reverts commit 13ee59ad1fec4e320540b5270251b77c6bf07c92
/external/zlib/Android.mk
13ee59ad1fec4e320540b5270251b77c6bf07c92 14-Jul-2011 Elliott Hughes <enh@google.com> Make a libz.so for the host too.

(cherry picked from commit 7bd2783170024771e7406adb23c5955833f054b1)

Change-Id: Ic3b0af7ea00989544e5b0c7fd73c493226e65584
/external/zlib/Android.mk
683eb93eef7832d39e1f121ce8115a41e2e77b2e 14-Feb-2012 Jean-Baptiste Queru <jbq@google.com> am 30407b3f: Merge "[MIPS] Use NDK libs for ARM builds only"

* commit '30407b3fb9d461c2be733daffeadcb0d46b669b2':
[MIPS] Use NDK libs for ARM builds only
82d97a3ecfe317b3edbabc90a374a2a13a41e75c 18-Nov-2011 Chris Dearman <chris@mips.com> [MIPS] Use NDK libs for ARM builds only

Signed-off-by: Chris Dearman <chris@mips.com>
/external/zlib/Android.mk
714598851d81e2b38d6f8105d60056c28110967b 31-Jan-2012 Elliott Hughes <enh@google.com> Fix build (minizip.c moved).

Change-Id: I81a69d768797145e3c7d543a3ccfe143267e1720
/external/zlib/Android.mk
ee9e11d0d4e3361533860bf04896abb86a291bfb 31-Jan-2012 Elliott Hughes <enh@google.com> Upgrade to zlib 1.2.6.

Change-Id: Id2bcb4a91755b39521c1151ebdcae557a4a783ce
/external/zlib/Android.mk
69e5801bd16a495e1c1666669fe827b1ddb8d56b 04-Oct-2011 Ying Wang <wangying@google.com> Build zlib against NDK.

Change-Id: Ifc4c37d9580cbeb5c735bce811d0ceff58d93019
/external/zlib/Android.mk
96c70b1df1629d7f0eb8f666045bfd5eb062cebf 17-Sep-2010 Jesse Wilson <jessewilson@google.com> Add optional tags to zlib.

Change-Id: I764af48e29506c056ff083a9ae5b7534aea696f7
/external/zlib/Android.mk
381716e9396b55b1adb8235b020c37344f60ab07 20-Apr-2010 Elliott Hughes <enh@google.com> Upgrade to zlib 1.2.5.

Patch 1 is the upgrade from 1.2.3 to 1.2.4, patch 2 is the upgrade from 1.2.4
to 1.2.5.

Change-Id: I3ad3661fa347c1c60a3139400eac5986e181d312
/external/zlib/Android.mk
a64e4eaf41f9520f60051b758fb27f98e72d85ea 27-May-2009 Doug Zongker <dougz@android.com> build zlib and minigzip

Build zlib as a device static library (so we can use it in recovery)
and as a host static library (so we can use it in OTA-building
tools). Also build minigzip as a host executable, so we can use it in
the build in place of gzip.
/external/zlib/Android.mk
9e38dfa2f95fce609707a0941f10af9a785288de 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/zlib/Android.mk
bb74fa778c2b03b94ce3fcc0c9f52ed0a4d6c9de 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/zlib/Android.mk
5f3215c8364c7699c16364a6d5857a47dc3a73ad 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/external/zlib/Android.mk
edc3fb3b9f9250ceacaf07a83beb5dde02807f9c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/zlib/Android.mk