diff options
author | 2022-05-20 20:35:42 +0000 | |
---|---|---|
committer | 2022-05-31 23:43:03 +0000 | |
commit | 56f36e8f2fa808128bc68d4ae9adad9e65b90367 (patch) | |
tree | 07b10081f9a44efde8a3b1cc0c33264253451ca8 /tools/aapt2/Resource.h | |
parent | 14be35a5de080e7ae797edbecd94e0684244d647 (diff) |
Move StringPool to libandroidfw
Test: verified affected tests pass
Bug: 232940948
Change-Id: I22089893d7e5013f759c39ce190bec07fa6435db
Diffstat (limited to 'tools/aapt2/Resource.h')
-rw-r--r-- | tools/aapt2/Resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index b41d8514230b..9cfaf4742ca5 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h @@ -25,8 +25,8 @@ #include <tuple> #include <vector> -#include "Source.h" #include "androidfw/ConfigDescription.h" +#include "androidfw/Source.h" #include "androidfw/StringPiece.h" #include "utils/JenkinsHash.h" @@ -228,7 +228,7 @@ struct ResourceFile { Type type; // Source - Source source; + android::Source source; // Exported symbols std::vector<SourcedResourceName> exported_symbols; |