commit | 7d805b2f7e05e297723130eb20327ae9265765be | [log] [tgz] |
---|---|---|
author | Johan Harvyl <johan.harvyl@sony.com> | Mon Nov 12 08:02:18 2018 +0100 |
committer | Andy Hung <hunga@google.com> | Fri Nov 16 15:24:58 2018 -0800 |
tree | 48e8a37ddee29e7b438fedc92c8a4db2787f3a0f | |
parent | 0d089313e729c3848a95cfcebec79ee5c392e811 [diff] |
Include pthread.h in AudioResamplerSinc Currently it gets included through utils/Log.h which includes log/log.h which will usually be taken as: system/core/liblog/include/log/log.h. If on the other hand system/core/liblog/include_vndk/log/log.h gets included instead, pthread.h will not be included. Test: Manual - builds OK Bug: 119390863 Change-Id: I64255f0812367a55996a7b64da65646fdf1743c2