commit | 25d42d544431bfbd2a44b8a96c2a5f1c06c20c08 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 02 22:15:54 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 02 22:15:54 2017 +0000 |
tree | 8c50cfad4bc74404d74e3ec285578ef1dc94f868 | |
parent | f4a5840ac2e12bddf47360fff736c1b0248db608 [diff] | |
parent | a29905cc9dcb5a1c4368b25940aafd5081d95d54 [diff] |
Merge "Clear dlerror before executing anything."
diff --git a/transport/ServiceManagement.cpp b/transport/ServiceManagement.cpp index fec29d1..387b161 100644 --- a/transport/ServiceManagement.cpp +++ b/transport/ServiceManagement.cpp
@@ -141,6 +141,8 @@ // TODO: lookup in VINTF instead // TODO(b/34135607): Remove HAL_LIBRARY_PATH_SYSTEM + dlerror(); // clear + for (const std::string &path : { HAL_LIBRARY_PATH_ODM, HAL_LIBRARY_PATH_VENDOR, HAL_LIBRARY_PATH_SYSTEM }) {