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

Commit b6c915a6 authored by Orion Hodson's avatar Orion Hodson Committed by Automerger Merge Worker
Browse files

Merge "Drop runtime argument from profman invocation" am: 751474a7

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1757092

Change-Id: Ifb447527c7a58f7c792bb6efce3d9f7c334766f5
parents 2e7720e0 751474a7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -492,14 +492,6 @@ class RunProfman : public ExecVHelper {
                 std::to_string(min_new_methods_percent_change));
        }

        // On-device signing related. odsign sets the system property odsign.verification.success if
        // AOT artifacts have the expected signatures.
        const bool trust_art_apex_data_files =
                ::android::base::GetBoolProperty("odsign.verification.success", false);
        if (!trust_art_apex_data_files) {
            AddRuntimeArg("-Xdeny-art-apex-data-files");
        }

        // Do not add after dex2oat_flags, they should override others for debugging.
        PrepareArgs(profman_bin);
    }