commit | c620a935eb7447523c380c4e5832a1ad332697f8 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Tue Apr 04 10:39:26 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue Apr 04 10:39:26 2017 -0700 |
tree | 7181f0c5addc841aba59377ea190068d52137085 | |
parent | 2b1020d6d79f97e6bd9268453ad30282a86e9304 [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 emulates std::string in requiring a call to .c_str() to get the same behavior. Bug: 36532780 Test: Build the tree Change-Id: Ia6c4f7c33bed20cf523a3802d7aab9570c7e54eb