commit | b13b9bdad2baf6ad1ec2e56b6b7598fa20f55fc4 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 17 18:27:36 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Feb 17 19:01:26 2012 -0800 |
tree | 2b90dc39a35d8081ea47b038893624b69a01202d | |
parent | 6db0608dff408130b35e6f21abe746a635648b18 [diff] [blame] |
frameworks/base refactoring. step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
diff --git a/tools/aapt/Images.cpp b/tools/aapt/Images.cpp index ffbe875..6402e3c 100644 --- a/tools/aapt/Images.cpp +++ b/tools/aapt/Images.cpp
@@ -8,7 +8,7 @@ #include "Images.h" -#include <utils/ResourceTypes.h> +#include <androidfw/ResourceTypes.h> #include <utils/ByteOrder.h> #include <png.h>