commit | 53ce3afe9032d56bd559b4a48ba1f00b21ef6654 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Aug 14 16:16:55 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Aug 18 14:05:16 2023 +0000 |
tree | 01b8fc84bc6e8594575c5d6cb635186314546641 | |
parent | de76fc180ab7492192c646cb39fb9ee131d583bf [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 ConversionHelperAidl. Bug: 295394788 Test: make checkbuild Change-Id: Ic466986bdf850a44c30c919450fd8b92ac68758d