commit | c1d17710bde127ad6c4533490b27effb3016f1b4 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Mon Apr 03 14:03:00 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue Apr 04 10:08:44 2017 -0700 |
tree | 26ebebe595819d9dbd7d21807b2cbaa652a43930 | |
parent | 80158939f9ce31676d6520ff97dc3af4a9760a7f [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: I2b7c4d8e530cc1678cd08d77e365c5e560493264