commit | 56f36e8f2fa808128bc68d4ae9adad9e65b90367 | [log] [tgz] |
---|---|---|
author | Jeremy Meyer <jakmcbane@google.com> | Fri May 20 20:35:42 2022 +0000 |
committer | Jeremy Meyer <jakmcbane@google.com> | Tue May 31 23:43:03 2022 +0000 |
tree | 07b10081f9a44efde8a3b1cc0c33264253451ca8 | |
parent | 14be35a5de080e7ae797edbecd94e0684244d647 [diff] [blame] |
Move StringPool to libandroidfw Test: verified affected tests pass Bug: 232940948 Change-Id: I22089893d7e5013f759c39ce190bec07fa6435db
diff --git a/tools/aapt2/process/SymbolTable_test.cpp b/tools/aapt2/process/SymbolTable_test.cpp index ddc2101..e576709 100644 --- a/tools/aapt2/process/SymbolTable_test.cpp +++ b/tools/aapt2/process/SymbolTable_test.cpp
@@ -17,9 +17,9 @@ #include "process/SymbolTable.h" #include "SdkConstants.h" +#include "androidfw/BigBuffer.h" #include "format/binary/TableFlattener.h" #include "test/Test.h" -#include "util/BigBuffer.h" using ::testing::Eq; using ::testing::IsNull;