From de4fb63be26cd561111cad4574cac5e0c2314d11 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Tue, 23 Feb 2016 16:53:30 +0000 Subject: [PATCH] Fix profman path for the gtest. Change-Id: Id332c50658b7dc1eb1edf6a58fcbdde4c2887d27 --- profman/profile_assistant_test.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profman/profile_assistant_test.cc b/profman/profile_assistant_test.cc index 543be5d18..3faa8eb53 100644 --- a/profman/profile_assistant_test.cc +++ b/profman/profile_assistant_test.cc @@ -59,11 +59,7 @@ class ProfileAssistantTest : public CommonRuntimeTest { // Runs test with given arguments. int ProcessProfiles(const std::vector& profiles_fd, int reference_profile_fd) { std::string file_path = GetTestAndroidRoot(); - if (IsHost()) { - file_path += "/bin/profman"; - } else { - file_path += "/xbin/profman"; - } + file_path += "/bin/profman"; if (kIsDebugBuild) { file_path += "d"; } -- 2.11.0