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

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/+/2539667Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827815}
parent 8aeb0dcc
......@@ -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 = false
enable_chrome_module = android_channel == "canary" || android_channel == "dev"
# 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