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/compile/Pseudolocalizer.h b/tools/aapt2/compile/Pseudolocalizer.h index 6cf003b..4dedc70 100644 --- a/tools/aapt2/compile/Pseudolocalizer.h +++ b/tools/aapt2/compile/Pseudolocalizer.h
@@ -19,11 +19,10 @@ #include <memory> +#include "ResourceValues.h" #include "android-base/macros.h" #include "androidfw/StringPiece.h" - -#include "ResourceValues.h" -#include "StringPool.h" +#include "androidfw/StringPool.h" namespace aapt {