commit | 52eb4e01a49fe2e94555c000de38bbcbbb13401b | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 28 16:15:30 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Jan 09 14:31:34 2017 -0800 |
tree | a8bcb3cefc94c7366632782f10bfe03880bf189c | |
parent | ccda81e58f8456a19b02573d6787f11729904a7b [diff] [blame] |
Replace cutils/log.h and log/logger.h with log/log.h Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I578b15b48f0fc2807a92abbc69a377c3d2191496
diff --git a/libs/hwui/DamageAccumulator.cpp b/libs/hwui/DamageAccumulator.cpp index 6d5833b..2b4fe17 100644 --- a/libs/hwui/DamageAccumulator.cpp +++ b/libs/hwui/DamageAccumulator.cpp
@@ -16,7 +16,7 @@ #include "DamageAccumulator.h" -#include <cutils/log.h> +#include <log/log.h> #include "RenderNode.h" #include "utils/MathUtils.h"