commit | 4fe60582f314e381098f8f3bc2e39c5880e9243a | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Thu Feb 02 11:35:59 2017 -0800 |
committer | Alex Vakulenko <avakulenko@google.com> | Thu Feb 02 13:44:32 2017 -0800 |
tree | 6b6246ed4d5f5b8c0ad11cd7cbfa59dfa3f1c9c1 | |
parent | 2dcb69831738d353bc7f400c611ee779aa435083 [diff] [blame] |
Remove references to libchrome Removed dependencies on libchrome which was used mostly for logging and switched over to standard Android log macros. Bug: None Test: `m -j32` still succeeds Change-Id: I0a841c19c15c02f9a031af200e82837f9450d88a
diff --git a/libs/vr/libdisplay/screenshot_client.cpp b/libs/vr/libdisplay/screenshot_client.cpp index 78f5e0f..3ad0c68 100644 --- a/libs/vr/libdisplay/screenshot_client.cpp +++ b/libs/vr/libdisplay/screenshot_client.cpp
@@ -1,6 +1,6 @@ #include "include/private/dvr/screenshot_client.h" -#include <cutils/log.h> +#include <log/log.h> #include <mutex>