summaryrefslogtreecommitdiff
path: root/tools/aapt2/io/Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/io/Util.cpp')
-rw-r--r--tools/aapt2/io/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/io/Util.cpp b/tools/aapt2/io/Util.cpp
index ce6d9352180d..bb925c9b3f8e 100644
--- a/tools/aapt2/io/Util.cpp
+++ b/tools/aapt2/io/Util.cpp
@@ -58,7 +58,7 @@ bool CopyFileToArchivePreserveCompression(IAaptContext* context, io::IFile* file
return CopyFileToArchive(context, file, out_path, compression_flags, writer);
}
-bool CopyProtoToArchive(IAaptContext* context, ::google::protobuf::MessageLite* proto_msg,
+bool CopyProtoToArchive(IAaptContext* context, ::google::protobuf::Message* proto_msg,
const std::string& out_path, uint32_t compression_flags,
IArchiveWriter* writer) {
TRACE_CALL();