Explicitly include log/log.h instead of cutils/log.h

am: 5302433b0a

Change-Id: I2b0b50931f81eb946c7507baa973cf4dcc8cdc74
This commit is contained in:
Sasha Smundak 2019-02-06 11:23:34 -08:00 committed by android-build-merger
commit 833d8486f7

View file

@ -18,8 +18,7 @@
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
#ifdef __ANDROID__
#include "log/log.h"
#include <cutils/log.h>
#include <log/log.h>
#endif
#include "ih264_typedefs.h"
#include "ih264_macros.h"