platform_bootable_recovery/otautil
Tao Bao 14b61e7b96 otautil: Clean up obsolete includes.
external/zlib and external/safe-iop/include were used by Zip.c, which
became obsolete after [1].

Removing
 - <assert.h>: we no longer call assert(3);
 - <limits.h>: we no longer use PATH_MAX;
 - <stdio.h>: we don't need FILE anymore;
 - <stdlib.h>: no more malloc(3)/calloc(3);
 - <unistd.h>: was once needed for lseek(2);
 - <string.h>: no more memset(3).

Adding
 - <stdint.h> for SIZE_MAX.

[1] commit 8cf5c8f60f: "Replace minzip
with libziparchive".

Test: `mmma bootable/recovery`
Change-Id: I349e909ba83d0f6ade5f92856ce3934f29fdca6c
2016-11-08 13:39:12 -08:00
..
Android.mk otautil: Clean up obsolete includes. 2016-11-08 13:39:12 -08:00
DirUtil.cpp Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
DirUtil.h Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
SysUtil.cpp otautil: Clean up obsolete includes. 2016-11-08 13:39:12 -08:00
SysUtil.h otautil: Clean up SysUtil.cpp. 2016-11-07 13:00:38 -08:00
ZipUtil.cpp Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00
ZipUtil.h Replace minzip with libziparchive 2016-10-17 17:41:51 -07:00