hardware/intel/common/libva
Revisión | ef5447c9d75a662393e593757a43bd09baaea168 (tree) |
---|---|
Tiempo | 2018-12-11 12:21:20 |
Autor | Xu Guangxin <guangxin.xu@inte...> |
Commiter | XinfengZhang |
android: replace utils/Log.h with log/log.h
utils/Log.h and ctuils/Log.h replaced by log/log.h on android
Change-Id: Icd26ca44cdf7079f43738cd38a511953aaae78c8
@@ -92,6 +92,6 @@ LOCAL_MODULE_TAGS := optional | ||
92 | 92 | LOCAL_MODULE := libva-android |
93 | 93 | LOCAL_PROPRIETARY_MODULE := true |
94 | 94 | |
95 | -LOCAL_SHARED_LIBRARIES := libva libdrm | |
95 | +LOCAL_SHARED_LIBRARIES := libva libdrm liblog | |
96 | 96 | |
97 | 97 | include $(BUILD_SHARED_LIBRARY) |
@@ -45,7 +45,7 @@ | ||
45 | 45 | # define LIBVA_VERSION_S "1.1.0" |
46 | 46 | |
47 | 47 | /* Android logging utilities */ |
48 | -# include <utils/Log.h> | |
48 | +# include <log/log.h> | |
49 | 49 | #endif |
50 | 50 | |
51 | 51 | #if defined __GNUC__ && defined HAVE_GNUC_VISIBILITY_ATTRIBUTE |
@@ -39,7 +39,7 @@ | ||
39 | 39 | #include <dlfcn.h> |
40 | 40 | #include <unistd.h> |
41 | 41 | #ifdef ANDROID |
42 | -#include <cutils/log.h> | |
42 | +#include <log/log.h> | |
43 | 43 | /* support versions < JellyBean */ |
44 | 44 | #ifndef ALOGE |
45 | 45 | #define ALOGE LOGE |