diff options
| author | 2023-09-09 01:27:08 +0000 | |
|---|---|---|
| committer | 2023-09-09 01:27:08 +0000 | |
| commit | 033d5b98735e3313a8bcf72ffa301f5643d3552d (patch) | |
| tree | e45185315247fd00501d47868cb7e09cf6001032 | |
| parent | 9345253cc51bd04044c5f7ba02d9873f99b11bfe (diff) | |
| parent | 283630a4b7fd3bfebdcb2ed5193aa673339f0e01 (diff) | |
Merge "Include XmlDom.h for xml::XmlResource" into main am: cebab4d1cb am: 7cef077d60 am: a5ee526bf5 am: fb008c74ec am: 283630a4b7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2737034
Change-Id: I2542b3e225d2b6bf9a6c9bc12258be8e2d6838e9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | tools/aapt2/compile/InlineXmlFormatParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/compile/InlineXmlFormatParser.h b/tools/aapt2/compile/InlineXmlFormatParser.h index 4300023e7726..3a5161b828da 100644 --- a/tools/aapt2/compile/InlineXmlFormatParser.h +++ b/tools/aapt2/compile/InlineXmlFormatParser.h @@ -21,8 +21,8 @@ #include <vector> #include "android-base/macros.h" - #include "process/IResourceTableConsumer.h" +#include "xml/XmlDom.h" namespace aapt { |