Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-gbm_gralloc: 提交

external/gbm_gralloc


Commit MetaInfo

修訂8f698a699b4cf45757acdfe18626b53b24f8e51d (tree)
時間2019-08-11 04:37:09
作者Roman Stratiienko <roman.stratiienko@glob...>
CommiterRoman Stratiienko

Log Message

Use log/log.h instead of cutils/log.h

Using cutils/log.h is deprecated and produces build warning.

Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>

Change Summary

差異

--- a/gralloc.cpp
+++ b/gralloc.cpp
@@ -24,7 +24,7 @@
2424
2525 #define LOG_TAG "GRALLOC-GBM"
2626
27-#include <cutils/log.h>
27+#include <log/log.h>
2828 #include <stdlib.h>
2929 #include <stdarg.h>
3030 #include <string.h>
--- a/gralloc_gbm.cpp
+++ b/gralloc_gbm.cpp
@@ -24,7 +24,7 @@
2424
2525 #define LOG_TAG "GRALLOC-GBM"
2626
27-#include <cutils/log.h>
27+#include <log/log.h>
2828 #include <cutils/atomic.h>
2929 #include <cutils/properties.h>
3030 #include <stdlib.h>
Show on old repository browser