Fix profman path for the gtest.

Change-Id: Id332c50658b7dc1eb1edf6a58fcbdde4c2887d27
diff --git a/profman/profile_assistant_test.cc b/profman/profile_assistant_test.cc
index 543be5d..3faa8eb 100644
--- a/profman/profile_assistant_test.cc
+++ b/profman/profile_assistant_test.cc
@@ -59,11 +59,7 @@
     // 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";
     }