Android xml overlay files are showing up for all platforms when running update_patches because they are unconditionally copied now. Some of them should be patches anyway so they were converted, but others should ideally be resource overlays. For now we'll add the resource overlays to the update patch ignore list
28 lines
1.1 KiB
INI
28 lines
1.1 KiB
INI
# Copyright (c) 2025 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
buildtools/reclient_cfgs/*
|
|
chrome/app/theme/default/*
|
|
chrome/app/theme/brave/*
|
|
chrome/app/theme/chromium/*
|
|
third_party/win_build_output/midl/chrome/elevation_service/*
|
|
third_party/win_build_output/midl/google_update/*
|
|
*.png
|
|
*.xtb
|
|
*.grd
|
|
*.grdp
|
|
*.svg
|
|
*new_tab_page_view.xml
|
|
*channel_constants.xml
|
|
chrome/VERSION
|
|
ui/webui/resources/css/text_defaults_md.css
|
|
# TODO(https://github.com/brave/brave-browser/issues/51969) convert these to
|
|
# android_resources targets with resource_overlay = true
|
|
components/browser_ui/styles/android/java/res/drawable/ic_desktop_windows.xml
|
|
components/browser_ui/styles/android/java/res/drawable/ic_keep_24dp.xml
|
|
components/browser_ui/styles/android/java/res/drawable/ic_keep_off_24dp.xml
|
|
components/browser_ui/styles/android/java/res/drawable/star_outline_24dp.xml
|
|
components/omnibox/browser/android/java/res/drawable/ic_settings_tune_24dp.xml
|