aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXComponentCodecBase.cpp
diff options
context:
space:
mode:
authorThierry Strudel <thierry.strudel@intel.com>2014-07-16 00:27:52 -0700
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:59 -0700
commit26a110c2a29667599733db5173a751e670b366a5 (patch)
tree52bf51f6adde9450b4611b432491747d592fbfff /videocodec/OMXComponentCodecBase.cpp
parentd06de36eb079130c029eb590dd56d600266cb7f2 (diff)
downloadandroid_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.tar.gz
android_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.tar.bz2
android_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.zip
Fix build for AOSP/L
BZ: 209178 Change-Id: I93cb3a3b69662688041ccfac4ebd26d911dc2971 Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/218914 Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Diffstat (limited to 'videocodec/OMXComponentCodecBase.cpp')
-rw-r--r--videocodec/OMXComponentCodecBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXComponentCodecBase.cpp b/videocodec/OMXComponentCodecBase.cpp
index 3b4e40e..4676b7e 100644
--- a/videocodec/OMXComponentCodecBase.cpp
+++ b/videocodec/OMXComponentCodecBase.cpp
@@ -16,7 +16,7 @@
#define LOG_NDEBUG 1
#define LOG_TAG "OMXComponentCodecBase"
-#include <utils/Log.h>
+#include <wrs_omxil_core/log.h>
#include "OMXComponentCodecBase.h"