commit | 04a804a8f1e96b97ea33823bfb6a1f6ac875499b | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Tue Mar 06 20:41:14 2018 -0500 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Tue Mar 06 20:41:14 2018 -0500 |
tree | efe601ba0110e1ed39b225a371e9a61778761005 | |
parent | c4fdf73cfbf86aebc7f39c3d811a4b46aaa80e1d [diff] [blame] |
display: Use log.h from VNDK Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
diff --git a/gralloc/gr_allocator.cpp b/gralloc/gr_allocator.cpp index 00a328c..34a5c03 100644 --- a/gralloc/gr_allocator.cpp +++ b/gralloc/gr_allocator.cpp
@@ -27,7 +27,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <cutils/log.h> +#include <log/log.h> #include <algorithm> #include <vector>