diff options
| author | Thierry Strudel <thierry.strudel@intel.com> | 2014-07-14 23:25:29 -0700 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:01:46 -0700 |
| commit | 3795b36d0c937666a5bddc352c781d5e0beec26b (patch) | |
| tree | 91cb81dad326da584a4fcbab5f14fd994b1e95c7 /src/config.h | |
| parent | 47d6391038ba17c88a9432de198585c65da6249b (diff) | |
| download | android_hardware_intel_common_libwsbm-3795b36d0c937666a5bddc352c781d5e0beec26b.tar.gz android_hardware_intel_common_libwsbm-3795b36d0c937666a5bddc352c781d5e0beec26b.tar.bz2 android_hardware_intel_common_libwsbm-3795b36d0c937666a5bddc352c781d5e0beec26b.zip | |
AOSP cleanup: remove warnings and build errors for AOSP/L
BZ: 209178
Change-Id: I35bf0b32b66c4dc24d2c6a83aa7b8c0dd6e96995
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
Reviewed-on: https://android.intel.com/217900
Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index db26fd7..68cf913 100644 --- a/src/config.h +++ b/src/config.h @@ -10,6 +10,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 +#ifdef ANDROID +#undef HAVE_PTHREADS +#endif /* "os has pthreads" */ #define HAVE_PTHREADS 1 |
