diff options
author | 2017-01-12 08:35:35 -0800 | |
---|---|---|
committer | 2017-01-12 08:36:11 -0800 | |
commit | e0ea99cc4ba89452b9b6b1baa33bddcb11f3351a (patch) | |
tree | 1c90d7dda6cbd815a854cd35432d43064d2e1daa /libs/gui/GraphicBufferAlloc.cpp | |
parent | ba4d92cc90b5d2a902e898211f04311a0ae2493b (diff) | |
parent | a2c2d11f98b692401be56c8f285c570bae47ddda (diff) |
resolve merge conflicts of a2c2d11f9 to master
Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I84d0ffa430df3beca0dcc6ed205ce220d7be1f87
Diffstat (limited to 'libs/gui/GraphicBufferAlloc.cpp')
-rw-r--r-- | libs/gui/GraphicBufferAlloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/GraphicBufferAlloc.cpp b/libs/gui/GraphicBufferAlloc.cpp index 7d91d33746..30f5e53520 100644 --- a/libs/gui/GraphicBufferAlloc.cpp +++ b/libs/gui/GraphicBufferAlloc.cpp @@ -15,7 +15,7 @@ ** limitations under the License. */ -#include <android/log.h> +#include <log/log.h> #include <ui/GraphicBuffer.h> |