From 936f392897708f8c304262412bdebb8f8279d8f7 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 29 Dec 2022 12:32:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20sample=20ENVS=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- export_env.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/export_env.sh b/export_env.sh index 87d6ac4..e063ee2 100644 --- a/export_env.sh +++ b/export_env.sh @@ -4,9 +4,10 @@ set -o errexit set -o pipefail set -o nounset -export PATCH_APPS=youtube,twitter,reddit,youtube_music +export PATCH_APPS=youtube,youtube_music export BUILD_EXTENDED=True -export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging -export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-icon-red,custom-branding-icon-blue,custom-branding-icon-revancify,custom-branding-name,custom-package-name,materialyou,overlay-buttons-alternative-icon -export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music-red,custom-branding-music-revancify,custom-package-name-music,compact-header +export EXCLUDE_PATCH_YOUTUBE=custom-branding,debugging +export EXCLUDE_PATCH_TWITCH=debug-mode +export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-icon-afn-red,custom-branding-icon-afn-blue,custom-branding-icon-revancify,custom-branding-name +export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music-red,custom-branding-music-revancify,compact-header export ARCHS_TO_BUILD=arm64-v8a