From: Calin Juravle Date: Tue, 23 Feb 2016 16:53:30 +0000 (+0000) Subject: Fix profman path for the gtest. X-Git-Tag: android-x86-7.1-r1~390 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d2cb6e64dc3a0370fe0862b2a113fb151904be89;p=android-x86%2Fart.git Fix profman path for the gtest. (cherry picked from commit de4fb63be26cd561111cad4574cac5e0c2314d11) Change-Id: If710aaf047b6f557abd0cebfe9169c58fcb248a6 --- 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"; }