Changes for June 2022

This commit is contained in:
Andy CrossGate Yan 2022-06-13 23:47:18 +08:00
parent cc8b3a087c
commit 4b82b0afb6

View File

@ -62,14 +62,18 @@ prep_build() {
mkdir -p ~/build-output mkdir -p ~/build-output
echo "" echo ""
repopick -Q "(status:open+NOT+is:wip)+project:LineageOS/android_packages_apps_Trebuchet+branch:lineage-19.1" 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 -t twelve-burnin
repopick -t qs-lightmode
repopick -t powermenu-lightmode
repopick 321337 # Deprioritize important developer notifications repopick 321337 # Deprioritize important developer notifications
repopick 321338 # Allow disabling important developer notifications repopick 321338 # Allow disabling important developer notifications
repopick 321339 # Allow disabling USB notifications repopick 321339 # Allow disabling USB notifications
repopick 329229 -f # Alter model name to avoid SafetyNet HW attestation enforcement repopick 329229 -f # Alter model name to avoid SafetyNet HW attestation enforcement
repopick 329230 -f # keystore: Block key attestation for SafetyNet repopick 329230 -f # keystore: Block key attestation for SafetyNet
repopick 329409 # SystemUI: screenshot: open the screenshot instead of edit repopick 329409 # SystemUI: screenshot: open the screenshot instead of edit
repopick 331534 -f # SystemUI: Add support to add/remove QS tiles with one tap
repopick 331791 # Skip checking SystemUI's permission for observing sensor privacy
} }
apply_patches() { apply_patches() {
@ -160,8 +164,7 @@ done
ls ~/build-output | grep 'lineage' || true ls ~/build-output | grep 'lineage' || true
if [ ${MODE} == "treble" ] if [ ${MODE} == "treble" ]
then then
echo "OTA timestamp: $START" echo $START > ~/build-output/ota-timestamp.txt
echo ""
fi fi
END=`date +%s` END=`date +%s`