Commit efb67508 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1769666 - Re-enable PGO jarlog on Android. r=agi

It was disabled in bug 1539933 but since then, the signing scripts have
been fixed so the work around shouldn't be necessary anymore.

Differential Revision: https://phabricator.services.mozilla.com/D146518
parent 631930c2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -31,9 +31,7 @@ if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$USE_ARTIFACT" ]; then

    ac_add_options --enable-profile-use=cross

    # This is disabled because jarlog re-ordering breaks apk publishing tasks,
    # see bug 1539933.
    # ac_add_options --with-pgo-jarlog=${MOZ_FETCHES_DIR}/en-US.log
    ac_add_options --with-pgo-jarlog=${MOZ_FETCHES_DIR}/en-US.log
    ac_add_options --with-pgo-profile-path=${MOZ_FETCHES_DIR}/merged.profdata
fi