commit | 9523954147ee8924d56b0d50a19d57d4ea434636 | [log] [tgz] |
---|---|---|
author | Shengsong Tan <sstan@google.com> | Fri Sep 20 08:42:03 2024 +0000 |
committer | Shengsong Tan <sstan@google.com> | Fri Sep 20 08:42:03 2024 +0000 |
tree | b758507636e8a70b0112cc7193792be32805ac7e | |
parent | d1a0aa9e1ceae8ac1c6f6baeea14881db63717ac [diff] |
Replace libchrome string_util to libbase strings As part of the effort to uprev libchrome in Android, we are removing Android dependencies to libchrome utility functions that are not strictly required. This CL remove the usage of base/string/string_util.h and replace by android-base/string.h Change-Id: I8a5b12d0dce746886f1d0dd8c26e51f323aaf5da Test: m Bug: 360917504