Merge "Remove VTS_ROOT_PATH." am: 3a453efbae am: 34be18f87e am: fa43640aa2
am: 8464bdf0d6
Change-Id: If70ea95dea1ddd0dd65b9be889f3030ee76ae2e1
diff --git a/transport/ServiceManagement.cpp b/transport/ServiceManagement.cpp
index 2442590..19d1d52 100644
--- a/transport/ServiceManagement.cpp
+++ b/transport/ServiceManagement.cpp
@@ -382,13 +382,6 @@
} else if (!eachLib(handle, "SELF", sym)) {
return;
}
-
- const char* vtsRootPath = std::getenv("VTS_ROOT_PATH");
- if (vtsRootPath && strlen(vtsRootPath) > 0) {
- const std::string halLibraryPathVtsOverride =
- std::string(vtsRootPath) + HAL_LIBRARY_PATH_SYSTEM;
- paths.insert(paths.begin(), halLibraryPathVtsOverride);
- }
}
#endif