diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 16:15:30 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2017-01-11 15:30:30 -0800 |
commit | 96bf5985d5a360568832fd26b6d5b44236c9343e (patch) | |
tree | e4169954071c7ca56d38acc8891a44161c59b417 /libs/hwui/Properties.cpp | |
parent | dfe8f5dc13f39b87ac6107c1a3b24db9b601597b (diff) |
Replace cutils/log.h and log/logger.h with android/log.h or log/log.h
(part deux)
Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I7417936c4d3666608fccfe51a312c90ecefba2fb
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index e04a06a7dcaf..c1e2e5e3058a 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -20,9 +20,9 @@ #include <algorithm> #include <cstdlib> -#include <log/log.h> #include <cutils/compiler.h> #include <cutils/properties.h> +#include <log/log.h> namespace android { namespace uirenderer { |