Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6196e0ae authored by Scott Randolph's avatar Scott Randolph Committed by android-build-merger
Browse files

Merge "Use explicit .c_str() for hidl_string" into oc-dev am: 0005f132

am: 0730b35b

Change-Id: Ibc0f8650ddde7d0e555a5aef48cf1b3e2c76324e
parents d4e07e25 0730b35b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ std::set<int> get_interesting_hal_pids() {
                continue;
            }

            if (!should_dump_hal_interface(info.interfaceName)) {
            if (!should_dump_hal_interface(info.interfaceName.c_str())) {
                continue;
            }