From 9f869d4103404c10878b9ab646a0642da089e972 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Thu, 23 Mar 2023 11:49:53 +0000 Subject: [PATCH] Changes for March 2023 --- README.md | 2 +- buildbot_unified.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd5451d..03fd394 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First, open a new Terminal window, which defaults to your home directory. Create Initialize your LineageOS workspace: - repo init -u https://github.com/LineageOS/android.git -b lineage-19.1 + repo init -u https://github.com/LineageOS/android.git -b lineage-19.1 --git-lfs Clone both this and the patches repos: diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 378c346..27a384a 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -64,9 +64,9 @@ prep_build() { repopick -Q "(status:open+AND+NOT+is:wip)+(label:Code-Review>=0+AND+label:Verified>=0)+project:LineageOS/android_packages_apps_Trebuchet+branch:lineage-19.1+NOT+332083" repopick -t twelve-burnin - repopick 321337 # Deprioritize important developer notifications - repopick 321338 # Allow disabling important developer notifications - repopick 321339 # Allow disabling USB notifications + repopick 321337 -f # Deprioritize important developer notifications + repopick 321338 -f # Allow disabling important developer notifications + repopick 321339 -f # Allow disabling USB notifications repopick 329229 -f # Alter model name to avoid SafetyNet HW attestation enforcement repopick 329230 -f # keystore: Block key attestation for SafetyNet repopick 331534 -f # SystemUI: Add support to add/remove QS tiles with one tap