commit | 60d02077d86d2d1092443519290101f503aa6f7a | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Sep 29 08:48:48 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Dec 22 08:25:58 2016 -0800 |
tree | 57992d2bd94784cd765729b806429928ead0d2e7 | |
parent | 36a75eeb15e58726e8cbbfe9687975740133a11b [diff] [blame] |
Replace cutils/log.h with either android/log.h or log/log.h Test: compile Bug: 31289077 Change-Id: I795a76f978d2213737f1fa908da789c543219b75
diff --git a/services/mediacodec/minijail/minijail.cpp b/services/mediacodec/minijail/minijail.cpp index 72bb1af..7926380 100644 --- a/services/mediacodec/minijail/minijail.cpp +++ b/services/mediacodec/minijail/minijail.cpp
@@ -15,7 +15,11 @@ ** limitations under the License. */ -#include <cutils/log.h> +#define LOG_TAG "minijail" + +#include <unistd.h> + +#include <android/log.h> #include <libminijail.h> #include "minijail.h"