commit | 8997880087d14e8a8ee7cf13682f457dbb7f5292 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Mon Apr 03 14:06:19 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue Apr 04 10:53:26 2017 -0700 |
tree | 79f1a10cd636b6e116f0dc9e1070c31ee9b0c438 | |
parent | da0bc84ec6f918b74b75fd8724137d1db4b9dd54 [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: I265590c7c18f425e44863df062a56b67519a932a