Chromium Code Reviews| Index: third_party/hwcplus/include/log/log.h |
| diff --git a/third_party/hwcplus/include/log/log.h b/third_party/hwcplus/include/log/log.h |
| index 7faddea914e175b9f24b5d0c918d8cc262c54da6..4677ed4d9336cc82ae2df01b730d3804f0be79b8 100644 |
| --- a/third_party/hwcplus/include/log/log.h |
| +++ b/third_party/hwcplus/include/log/log.h |
| @@ -37,8 +37,12 @@ |
| #endif |
| #include <stdarg.h> |
| +#ifdef ANDROID |
| #include <log/uio.h> |
| #include <log/logd.h> |
| +#else |
| +#include <android/log.h> |
| +#endif |
| #ifdef __cplusplus |
| extern "C" { |