commit | a577514789fc241abe15f793a66f19d6431f7769 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Wed Nov 02 17:49:49 2022 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Tue Nov 29 21:46:02 2022 -0800 |
tree | 662d9566d115f8bf76444ba8cbc18385255e53ab | |
parent | 0eef7918aab2a7582b019d88967e8437b101991c [diff] [blame] |
Make StringPiece to be std::string_view alias Bug: 237583012 Test: build + boot + UTs Change-Id: I849831f4466d3b9c7ec842b75256e7fcba77a0c0
diff --git a/tools/aapt2/text/Utf8Iterator.h b/tools/aapt2/text/Utf8Iterator.h index 9318401..2bba198 100644 --- a/tools/aapt2/text/Utf8Iterator.h +++ b/tools/aapt2/text/Utf8Iterator.h
@@ -25,7 +25,7 @@ class Utf8Iterator { public: - explicit Utf8Iterator(const android::StringPiece& str); + explicit Utf8Iterator(android::StringPiece str); bool HasNext() const;