Skip to content
  • maurossi's avatar
    android: fix libz dynamic library dependencies · 6facb0c0
    maurossi authored and Emil Velikov's avatar Emil Velikov committed
    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: 85a9b1b5 "util/disk_cache: compress individual cache entries"
    6facb0c0