summaryrefslogtreecommitdiff
path: root/vndk/tools/header-checker/src/diff/header_abi_diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vndk/tools/header-checker/src/diff/header_abi_diff.cpp')
-rw-r--r--vndk/tools/header-checker/src/diff/header_abi_diff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vndk/tools/header-checker/src/diff/header_abi_diff.cpp b/vndk/tools/header-checker/src/diff/header_abi_diff.cpp
index f482253c1..e947d2f43 100644
--- a/vndk/tools/header-checker/src/diff/header_abi_diff.cpp
+++ b/vndk/tools/header-checker/src/diff/header_abi_diff.cpp
@@ -150,7 +150,7 @@ static std::string GetConfigFilePath(const std::string &dump_file_path) {
llvm::SmallString<128> config_file_path(dump_file_path);
llvm::sys::path::remove_filename(config_file_path);
llvm::sys::path::append(config_file_path, "config.ini");
- return config_file_path.str();
+ return std::string(config_file_path);
}
static void ReadConfigFile(const std::string &config_file_path) {