diff options
| author | 2023-09-08 22:59:06 +0000 | |
|---|---|---|
| committer | 2023-09-08 22:59:06 +0000 | |
| commit | a5ee526bf5b5e26f98abfeebd871c06b117a8e6c (patch) | |
| tree | b4cb6c8c67ab9c060b2a0a028e3895d2b571ba65 | |
| parent | 81a7cf8143cf97aa84557af7fc9ded16f45d6e72 (diff) | |
| parent | 7cef077d60c356b1100c84f4331e41d95725c883 (diff) | |
Merge "Include XmlDom.h for xml::XmlResource" into main am: cebab4d1cb am: 7cef077d60
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2737034
Change-Id: I46800fe2887d096d284f7c718fb12952d8831b43
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 { |