android: fix libz dynamic library dependencies
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 4 Mar 2017 21:11:27 +0000 (22:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 4 Mar 2017 21:47:26 +0000 (21:47 +0000)
commit6facb0c08fa16e08939504aa8e5ac1462c7a6071
treed5b0a985ebfd8c792a172b484bee9696d13ca17e
parent28fd6556c30096c415ebeb061d7e90b76d6b547d
android: fix libz dynamic library dependencies

Fixes a series of libz related building errors:

target SharedLib: gallium_dri_32
(out/target/prod...SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so)
external/elfutils/libelf/elf_compress.c:117: error: undefined reference to 'deflateInit_'
...
external/elfutils/libelf/elf_compress.c:244: error: undefined reference to 'inflateEnd'
clang++: error: linker command failed with exit code 1 (use -v to see
invocation)

Fixes: 85a9b1b "util/disk_cache: compress individual cache entries"
Android.common.mk
src/util/Android.mk