commit | 1d935e86b9f5a4736a5e301bdd3e5fcbfdecf3b4 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Mon Apr 25 04:58:23 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Tue May 17 00:58:36 2022 +0000 |
tree | 60270c16ab712d1b4ed0e88714b5c675a9638b95 | |
parent | 1975aaa532eeeea97980718cd68c4101fcdf6b97 [diff] |
libbinder: add TEMP_FAILURE_RETRY header to RPC code Binder RPC code uses the TEMP_FAILURE_RETRY macro which is defined by the C library on Linux but not on other operating systems. The utils/Compat.h header defines that macro if not available. This change includes that header into RPC code. Test: m Bug: 224644083 Change-Id: I2637e5260e258f3b2dfeb99e8ea7187c079550f7