Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 018a60f8 authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Fix profileSnapshot test in installd.

am: 40b5f46c

Change-Id: Ia30f994bb1e8e65c8621a52d6beac2a8442f70e5
parents ed18d9b9 40b5f46c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -675,7 +675,8 @@ class ProfileTest : public DexoptTest {
        run_cmd("touch " + expected_profile_content);
        run_cmd("profman --profile-file=" + cur_profile_ +
                " --profile-file=" + ref_profile_ +
                " --reference-profile-file=" + expected_profile_content);
                " --reference-profile-file=" + expected_profile_content +
                " --apk=" + apk_path_);

        ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_));