platform_bionic/tools
Dan Willemsen 7ebc81f4a2 Fix error found building relocation packer for host bionic
bionic/tools/relocation_packer/src/main.cc:109:7: error: comparison of constant
-1 with expression of type 'typeof (read(fd.get(), e_ident, (16)) != (16))'
(aka 'bool') is always false [-Werror,-Wtautological-constant-out-of-range-compare]

  if (TEMP_FAILURE_RETRY(read(fd.get(), e_ident, EI_NIDENT) != EI_NIDENT)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

bionic/libc/include/unistd.h:243:18: note: expanded from macro 'TEMP_FAILURE_RETRY'
    } while (_rc == -1 && errno == EINTR); \
             ~~~ ^  ~~
1 error generated.

Bug: 31559095
Test: mmma bionic
Change-Id: I473a19e3d51ff355233ae7f87b1013be069edb1f
2017-09-22 19:37:35 +00:00
..
bionicbb Apply same URL workaround to clean build. 2015-05-07 16:33:42 -07:00
relocation_packer Fix error found building relocation packer for host bionic 2017-09-22 19:37:35 +00:00
versioner Merge "Fix out-of-bounds deque access causing build failure." 2017-08-18 01:55:39 +00:00
Android.bp Move relocation_packer from Android.mk to Android.bp 2016-07-14 09:07:13 -07:00
Android.mk Generalize compression tool 2015-03-06 13:01:08 -08:00
update_notice.sh One NOTICE file to rule them all. 2016-10-20 11:48:55 -07:00