commit | fed7d54dfcae86c29612b03885ceb142101b1770 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Aug 14 16:20:20 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Aug 17 13:53:55 2023 +0000 |
tree | b979f4acfb89e5c46114996780c8d48026427f63 | |
parent | 77971b371b74ae5f1233ebee19ad1ef0d029301c [diff] |
Don't use String8::empty With the current definition, it's an alias of default constructor. This has very different meaning from std::string empty, especially that static method String8::empty can still be called from instance context. One of such bugs are present in in ParametersUtil. Bug: 295394788 Test: make checkbuild Change-Id: I9116a0c42a6a9e94116eaaaa0fd60568db428838