From: jenny.q.cao Date: Tue, 3 Apr 2018 07:37:03 +0000 (+0800) Subject: update for avoid compile warning X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-minigbm.git;a=commitdiff_plain;h=b2158410b6b4a185e06d620891572ec89d7d7eeb 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 --- 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