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/Debug.h | |
parent | 14be35a5de080e7ae797edbecd94e0684244d647 (diff) |
Move StringPool to libandroidfw
Test: verified affected tests pass
Bug: 232940948
Change-Id: I22089893d7e5013f759c39ce190bec07fa6435db
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r-- | tools/aapt2/Debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h index 4da92044cf2a..8015249e7d36 100644 --- a/tools/aapt2/Debug.h +++ b/tools/aapt2/Debug.h @@ -40,7 +40,8 @@ struct Debug { static void DumpXml(const xml::XmlResource& doc, text::Printer* printer); static void DumpResStringPool(const android::ResStringPool* pool, text::Printer* printer); static void DumpOverlayable(const ResourceTable& table, text::Printer* printer); - static void DumpChunks(const void* data, size_t len, text::Printer* printer, IDiagnostics* diag); + static void DumpChunks(const void* data, size_t len, text::Printer* printer, + android::IDiagnostics* diag); }; } // namespace aapt |