diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-09-29 14:49:15 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-10-04 14:26:55 -0700 |
commit | 4670805ea441edb8b280f9312571e7799f1284cf (patch) | |
tree | 593cfa51011a51f443e9dbaa5934ea159e7ae1d7 /tools/aapt2/LoadedApk.cpp | |
parent | 65e91ce6c3aac8e350cbf5e1de2d2b13c78d792b (diff) |
AAPT2: Move format related files under same directory
Test: make aapt2_tests
Change-Id: Id72cdfc12ba3add294048e60c55f2461344464bf
Diffstat (limited to 'tools/aapt2/LoadedApk.cpp')
-rw-r--r-- | tools/aapt2/LoadedApk.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/aapt2/LoadedApk.cpp b/tools/aapt2/LoadedApk.cpp index 6f2b86528b5b..c1815c82b5b5 100644 --- a/tools/aapt2/LoadedApk.cpp +++ b/tools/aapt2/LoadedApk.cpp @@ -18,9 +18,9 @@ #include "ResourceValues.h" #include "ValueVisitor.h" -#include "flatten/Archive.h" -#include "flatten/TableFlattener.h" -#include "flatten/XmlFlattener.h" +#include "format/Archive.h" +#include "format/binary/TableFlattener.h" +#include "format/binary/XmlFlattener.h" #include "io/BigBufferInputStream.h" #include "io/Util.h" #include "xml/XmlDom.h" |