From b2158410b6b4a185e06d620891572ec89d7d7eeb Mon Sep 17 00:00:00 2001 From: "jenny.q.cao" Date: Tue, 3 Apr 2018 15:37:03 +0800 Subject: [PATCH] update for avoid compile warning update for avoid compile warning "Deprecated: don't include cutils/log.h, use either android/log.h or log/log.h" [-W#warnings] Jira: https://jira01.devtools.intel.com/browse/GSE-1141 Tests:compile on Android IVI Signed-off-by: Cao Jenny --- cros_gralloc/cros_gralloc_helpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cros_gralloc/cros_gralloc_helpers.cc b/cros_gralloc/cros_gralloc_helpers.cc index e068846..23ca166 100644 --- a/cros_gralloc/cros_gralloc_helpers.cc +++ b/cros_gralloc/cros_gralloc_helpers.cc @@ -9,7 +9,7 @@ #include "i915_private_android.h" #include -#include +#include #include #include #include -- 2.11.0