commit | 0c84ab4192f9b0b03b9840b85fc430afa17f55f1 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Mon Apr 03 14:07:14 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue Apr 04 10:09:21 2017 -0700 |
tree | 18df59f41d0f6042964ca985b07d93531e0e929a | |
parent | 85b8cd66df1ec17734f29743364381cd6b9b183d [diff] |
Implicit const char* cast removed, operator<< added to 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 for marlin, bullhead, bat Change-Id: I6ba76522ef65aa211bc156144990ad8b7495b051