summaryrefslogtreecommitdiffstats
path: root/otautil/SysUtil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* otautil: Clean up obsolete includes.Tao Bao2016-11-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | 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 8cf5c8f60f51049278b08ae4cbc31df397b651fd: "Replace minzip with libziparchive". Test: `mmma bootable/recovery` Change-Id: I349e909ba83d0f6ade5f92856ce3934f29fdca6c (cherry picked from commit 14b61e7b961bb49787ec9ec8f8f7a95c8d12b71c)
* otautil: Clean up SysUtil.cpp.Tao Bao2016-11-081-173/+178
| | | | | | | | | | | Add unit testcases for sysMapFile(). Test: recovery_unit_test passes. Test: Build and use the new recovery image to sideload a package. Test: Build and use the new recovery image to install an update. Change-Id: I77d8f1ea151ab513865d992c256ba93a1fcb51a4 (cherry picked from commit c3292f3fcbb3cd608cc19b7459751fa5bb64ab84)
* resolve merge conflicts of 434697f to masterTianjie Xu2016-10-191-5/+6
| | | | Change-Id: I0fea3d33b97065a3bf50f8e3669c2b50166a14ed
* resolve merge conflicts of 6fba98c to stage-aosp-masterTianjie Xu2016-10-181-6/+6
| | | | Change-Id: I2fa8b85109309ec88c1f8d8def593aa65ab885d7
* Replace minzip with libziparchiveTianjie Xu2016-10-181-0/+212
Clean up the duplicated codes that handle the zip files in bootable/recovery; and rename the library of the remaining utility functions to libotautil. Test: Update package installed successfully on angler. Bug: 19472796 Change-Id: Iea8962fcf3004473cb0322b6bb3a9ea3ca7f679e