commit | 4670805ea441edb8b280f9312571e7799f1284cf | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Fri Sep 29 14:49:15 2017 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Wed Oct 04 14:26:55 2017 -0700 |
tree | 593cfa51011a51f443e9dbaa5934ea159e7ae1d7 | |
parent | 65e91ce6c3aac8e350cbf5e1de2d2b13c78d792b [diff] [blame] |
AAPT2: Move format related files under same directory Test: make aapt2_tests Change-Id: Id72cdfc12ba3add294048e60c55f2461344464bf
diff --git a/tools/aapt2/xml/XmlDom_test.cpp b/tools/aapt2/xml/XmlDom_test.cpp index 6b97ae6..4ba0443 100644 --- a/tools/aapt2/xml/XmlDom_test.cpp +++ b/tools/aapt2/xml/XmlDom_test.cpp
@@ -18,7 +18,7 @@ #include <string> -#include "flatten/XmlFlattener.h" +#include "format/binary/XmlFlattener.h" #include "io/StringInputStream.h" #include "test/Test.h"