| commit | 6f773a0d8717162f81ff21d943baaa539a2d6c7e | [log] [tgz] |
|---|---|---|
| author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 28 16:15:30 2016 -0700 |
| committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 20:29:11 2017 +0000 |
| tree | ea99b80bd35011ad16e6c8380e4200fcdf7ee6bc | |
| parent | 4391fae30e29371673e3de947f344f9b1073dc12 [diff] [blame] |
Replace cutils/log.h and android/log.h with log/log.h Test: compile Bug: 34250038 Change-Id: I42185a879beaa9bb244f53a968800392b854ac45
diff --git a/libs/androidfw/AttributeResolution.cpp b/libs/androidfw/AttributeResolution.cpp index d433b90..2771ade 100644 --- a/libs/androidfw/AttributeResolution.cpp +++ b/libs/androidfw/AttributeResolution.cpp
@@ -18,7 +18,7 @@ #include <cstdint> -#include <android/log.h> +#include <log/log.h> #include "androidfw/AttributeFinder.h" #include "androidfw/ResourceTypes.h"