Commit 0efd79e5 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Revert "Enable isolated splits in canary"

This reverts commit b9d174e5.

Reason for revert: I think this is causing tree closures

https://ci.chromium.org/p/chromium/builders/ci/android-archive-dbg/6649?

Original change's description:
> Enable isolated splits in canary
>
> All known issues have been fixed so enabling this in canary to see if
> there are any major problems.
>
> Bug: 1126301
> Change-Id: I0c3bc7443fcca8b81f7c2652d90b982872f7ea08
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478144
> Commit-Queue: Clark DuVall <cduvall@chromium.org>
> Reviewed-by: Andrew Grieve <agrieve@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#819200}

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

Change-Id: I6d4266c956c435cd21b0b0d9d36135def48a933b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1126301
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488961Reviewed-by: default avatarFergal Daly <fergal@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819235}
parent 57b21c92
......@@ -3,13 +3,8 @@ apk_path=lib/arm64-v8a/libmonochrome.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libarcore_sdk_c.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libcrashpad_handler_trampoline.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_cablev2_authenticator_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_stack_unwinder_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_test_dummy_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_vr_partition.so, compress=False, alignment=4096
apk_path=assets/chrome_100_percent.pak, compress=False, alignment=4
apk_path=assets/icudtl.dat, compress=False, alignment=4
apk_path=assets/icudtl_extra.dat, compress=False, alignment=4
apk_path=assets/locales/af.pak, compress=False, alignment=4
apk_path=assets/locales/am.pak, compress=False, alignment=4
apk_path=assets/locales/ar.pak, compress=False, alignment=4
......
apk_path=lib/armeabi-v7a/libarcore_sdk_c.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libchromium_android_linker.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_cablev2_authenticator_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_stack_unwinder_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_test_dummy_partition.so, compress=False, alignment=4096
apk_path=lib/armeabi-v7a/libmonochrome_vr_partition.so, compress=False, alignment=4096
apk_path=assets/chrome_100_percent.pak, compress=False, alignment=4
apk_path=assets/icudtl_extra.dat, compress=False, alignment=4
apk_path=assets/locales/af.pak, compress=False, alignment=4
apk_path=assets/locales/am.pak, compress=False, alignment=4
apk_path=assets/locales/ar.pak, compress=False, alignment=4
......
......@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/channel.gni")
import("//build/config/android/config.gni")
import("//build/config/compiler/compiler.gni")
import("//device/vr/buildflags/buildflags.gni")
......@@ -11,10 +10,7 @@ declare_args() {
# Whether //chrome code and resources are in a DFM for Monochrome and
# Trichrome bundles. This module will also include code and resources from all
# 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 == "default" || android_channel == "canary"
enable_chrome_module = false
}
# If true, lld is used to partition feature code into separate libraries, which
......
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