Changes for March 2023

This commit is contained in:
Andy CrossGate Yan 2023-03-23 11:49:53 +00:00
parent 00252b7911
commit 9f869d4103
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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