Explicitly include log/log.h instead of cutils/log.h
am: 5302433b0a
Change-Id: I2b0b50931f81eb946c7507baa973cf4dcc8cdc74
This commit is contained in:
commit
833d8486f7
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@
|
||||||
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
|
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
|
||||||
*/
|
*/
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
#include "log/log.h"
|
#include <log/log.h>
|
||||||
#include <cutils/log.h>
|
|
||||||
#endif
|
#endif
|
||||||
#include "ih264_typedefs.h"
|
#include "ih264_typedefs.h"
|
||||||
#include "ih264_macros.h"
|
#include "ih264_macros.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue