diff options
| -rw-r--r-- | profman/profile_assistant_test.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/profman/profile_assistant_test.cc b/profman/profile_assistant_test.cc index 543be5d181..3faa8eb53f 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<int>& 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"; } |