diff options
author | Alistair Strachan | 2018-10-17 16:46:08 -0500 |
---|---|---|
committer | Andrew F. Davis | 2019-06-28 10:23:41 -0500 |
commit | 45883ba1e2f873623865bb5d4654d50fbf832103 (patch) | |
tree | 2b29c21170717cdcf7a289923f67961361560cb3 | |
parent | 8054f800d4d00897859e65f8911dd7f66bba1464 (diff) | |
download | hardware-ti-am65x-45883ba1e2f873623865bb5d4654d50fbf832103.tar.gz hardware-ti-am65x-45883ba1e2f873623865bb5d4654d50fbf832103.tar.xz hardware-ti-am65x-45883ba1e2f873623865bb5d4654d50fbf832103.zip |
libhwcomposer: Move away from <cutils/log.h>
Fixes warning: "Deprecated: don't include cutils/log.h, use either
android/log.h or log/log.h" [-W#warnings]
Change-Id: I3e91968a21d4b384237b9c7866e7efe137e4c834
Signed-off-by: Alistair Strachan <astrachan@google.com>
-rw-r--r-- | libhwcomposer/display.cpp | 2 | ||||
-rw-r--r-- | libhwcomposer/drmfb.cpp | 2 | ||||
-rw-r--r-- | libhwcomposer/format.cpp | 2 | ||||
-rw-r--r-- | libhwcomposer/hwc.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libhwcomposer/display.cpp b/libhwcomposer/display.cpp index 53d73ce..270d665 100644 --- a/libhwcomposer/display.cpp +++ b/libhwcomposer/display.cpp | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #include <cstdint> | 19 | #include <cstdint> |
20 | 20 | ||
21 | #include <cutils/log.h> | 21 | #include <log/log.h> |
22 | #include <cutils/properties.h> | 22 | #include <cutils/properties.h> |
23 | 23 | ||
24 | #include "display.h" | 24 | #include "display.h" |
diff --git a/libhwcomposer/drmfb.cpp b/libhwcomposer/drmfb.cpp index c0bcc07..17ff42e 100644 --- a/libhwcomposer/drmfb.cpp +++ b/libhwcomposer/drmfb.cpp | |||
@@ -14,7 +14,7 @@ | |||
14 | * limitations under the License. | 14 | * limitations under the License. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <cutils/log.h> | 17 | #include <log/log.h> |
18 | #include <drm/drm_fourcc.h> | 18 | #include <drm/drm_fourcc.h> |
19 | #include <hardware/hwcomposer.h> | 19 | #include <hardware/hwcomposer.h> |
20 | 20 | ||
diff --git a/libhwcomposer/format.cpp b/libhwcomposer/format.cpp index 7f39203..c0f469a 100644 --- a/libhwcomposer/format.cpp +++ b/libhwcomposer/format.cpp | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #include <cstdint> | 17 | #include <cstdint> |
18 | 18 | ||
19 | #include <cutils/log.h> | 19 | #include <log/log.h> |
20 | 20 | ||
21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
22 | 22 | ||
diff --git a/libhwcomposer/hwc.cpp b/libhwcomposer/hwc.cpp index d201e29..37e35b7 100644 --- a/libhwcomposer/hwc.cpp +++ b/libhwcomposer/hwc.cpp | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <sys/ioctl.h> | 22 | #include <sys/ioctl.h> |
23 | #include <sys/resource.h> | 23 | #include <sys/resource.h> |
24 | 24 | ||
25 | #include <cutils/log.h> | 25 | #include <log/log.h> |
26 | #include <cutils/properties.h> | 26 | #include <cutils/properties.h> |
27 | #define HWC_REMOVE_DEPRECATED_VERSIONS 1 | 27 | #define HWC_REMOVE_DEPRECATED_VERSIONS 1 |
28 | #include <hardware/hardware.h> | 28 | #include <hardware/hardware.h> |