Commit dc9a094d authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Revert "Reland "Enable isolated splits in canary and dev""

This reverts commit 66495856.

Reason for revert: Probably breaking canary Play Store upload: crbug.com/1149919

Original change's description:
> Reland "Enable isolated splits in canary and dev"
>
> This is a reland of c7a74ee0
>
> Fix for manifest issue is in http://crrev.com/c/2538369, will reland
> after that change is submitted.
>
> Original change's description:
> > Enable isolated splits in canary and dev
> >
> > All major crashes have been fixed and numbers look good. M88 branch was
> > just cut, so should be safe to enable now.
> >
> > Bug: 1126301
> > Change-Id: I351d565e68f14af2411c71fa80f34852bab5455a
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2529729
> > Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> > Commit-Queue: Clark DuVall <cduvall@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#827387}
>
> Bug: 1126301
> Change-Id: I6aa825bde70b184cdc412d37d5e5e8850f00bac0
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539667
> Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> Commit-Queue: Clark DuVall <cduvall@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#827815}

TBR=agrieve@chromium.org,cduvall@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 1126301, 1149919
Change-Id: Ic085efe1ada81385542cb14e6f92ba81719e34ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544876Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828445}
parent 051ec2f1
......@@ -13,7 +13,7 @@ declare_args() {
# other DFMs.
# TODO(crbug.com/1126301): The binary size tools need to be updated to include
# DFM code before this can be enabled on stable.
enable_chrome_module = android_channel == "canary" || android_channel == "dev"
enable_chrome_module = false
# Whether to enable DFMs which depend on the chrome DFM. These will be split
# out of the chrome DFM using DexSplitter.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment