Explicitly include log/log.h instead of cutils/log.h am: 5302433b0a

am: 833d8486f7

Change-Id: Ided4e39ba54ac8d77fb2c473bce6fe0065ca2875
This commit is contained in:
Sasha Smundak 2019-02-06 11:46:00 -08:00 committed by android-build-merger
commit ea716c66fa

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"