summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc
index a11395183b..48db903ce5 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_received_policy_update.cc
@@ -67,8 +67,10 @@ void OnReceivedPolicyUpdate::Run() {
std::string file_name = file_path;
#ifdef __ANDROID__
- const std::string t_name = file_path.substr(file_path.find_last_of("/\\") + 1);
- const std::string system_folder = application_manager_.get_settings().system_files_path();
+ const std::string t_name =
+ file_path.substr(file_path.find_last_of("/\\") + 1);
+ const std::string system_folder =
+ application_manager_.get_settings().system_files_path();
file_name = system_folder + "/" + t_name;
#endif