platform_bootable_recovery/otautil
Tao Bao c13d2ec772 otautil: Fix mac build.
bootable/recovery/otautil/SysUtil.cpp:103:19: error: use of undeclared identifier 'mmap64'; did you mean 'mmap'?
  void* reserve = mmap64(nullptr, blocks * blksize, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0);
                  ^~~~~~

Test: mmma bootable/recovery
Change-Id: I22d7dc4d994069201e5a633cec21421e2c4182fa
2017-10-10 10:56:09 -07:00
..
include/otautil Revert "Revert "Move error_code.h into otautil."" 2017-10-09 14:07:54 -07:00
Android.bp otautil: Fix mac build. 2017-10-10 10:56:09 -07:00
DirUtil.cpp otautil: Export headers. 2017-10-03 14:41:32 -07:00
SysUtil.cpp otautil: Fix mac build. 2017-10-10 10:56:09 -07:00
ThermalUtil.cpp otautil: Export headers. 2017-10-03 14:41:32 -07:00