commit | b9c2bc07a5573cfce6681169099b33b0d96baba2 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Sep 01 16:52:51 2022 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Sep 01 16:52:51 2022 +0100 |
tree | ac18eb171fcec1d7dbca64698faa49778290f891 | |
parent | 4359fa738e94d80c7303c2067acd1da36adbc00e [diff] [blame] |
[attempt 2] base: fix string_utils everywhere Readd the out-of-line definition for C++11. Suppress warnings for Windows Change-Id: I3cf2cded454a901037086f5db8a8417878f80053
diff --git a/Android.bp b/Android.bp index 16a1408..7b7a14e 100644 --- a/Android.bp +++ b/Android.bp
@@ -7864,6 +7864,7 @@ "src/base/status.cc", "src/base/string_splitter.cc", "src/base/string_utils.cc", + "src/base/string_view.cc", "src/base/subprocess.cc", "src/base/subprocess_posix.cc", "src/base/subprocess_windows.cc",