Merge "libcutils: sdk(mac) build error (part deux)" am: ed0a48c617 am: 5a411029de
am: 01f8f8c586
Change-Id: Ic41cc11458f9ae17815a9c35f57fd2d25c368e78
This commit is contained in:
commit
c43b02f2cb
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@
|
||||||
|
|
||||||
#include "android_get_control_env.h"
|
#include "android_get_control_env.h"
|
||||||
|
|
||||||
|
#ifndef TEMP_FAILURE_RETRY
|
||||||
|
#define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
/* For the socket trust (credentials) check */
|
/* For the socket trust (credentials) check */
|
||||||
#include <private/android_filesystem_config.h>
|
#include <private/android_filesystem_config.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue