Fix the i686-linux-android build.

Found while trying to update AOSP's copy of zopfli from circa-2015
source:

external/zopfli/src/zopfli/cache.c:37:9: error: format specifies type
'unsigned long' but the argument has type 'unsigned int'
[-Werror,-Wformat]
        ZOPFLI_CACHE_LENGTH * 3 * blocksize);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 file changed