Explicitly include log/log.h instead of cutils/log.h
Eliminates the warning. Test: treehugger Bug: 123758136 Change-Id: Id8940e053c90c45ba39cdd27a44cc83f130487b7
This commit is contained in:
parent
c82890ed09
commit
51f1a220ec
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@
|
|||
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
|
||||
*/
|
||||
#ifdef __ANDROID__
|
||||
#include "log/log.h"
|
||||
#include <android/log.h>
|
||||
#include <log/log.h>
|
||||
#endif
|
||||
#include "ih264_typedefs.h"
|
||||
#include "ih264_macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue