commit | 8a7c3b823805bad874f6a3303e40a1e21dd752da | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Mon Apr 03 14:06:40 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Mon Apr 03 14:06:40 2017 -0700 |
tree | e6eaf1e58e209fa506a6573909e5391467402651 | |
parent | c7aaac2316b2d9a4e3a472b05156997778b63164 [diff] |
Use explicit .c_str() for hidl_string hidl_string no longer will provide an implicit cast to const char* as it interfers with other expected behaviors of the class. It now emulated std::string in requiring a call to .c_str() to get the same behavior. Bug: 36532780 Test: Build the tree Change-Id: I5d672f4a215f4272b7d5d87772667352cf2fb317