From a2df947ba37ae2ebef11c02026cd0ce0e72b72a0 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Sat, 25 Mar 2023 00:17:01 +0000 Subject: [PATCH] Changes for March 2023 --- .gitignore | 1 + README.md | 2 +- buildbot_unified.sh | 8 ++++++-- local_manifests_treble/manifest.xml | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a317cf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/local_manifests_device diff --git a/README.md b/README.md index 8d79f43..93264d9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Create a new working directory for your LineageOS build and navigate to it: Initialize your LineageOS workspace: - repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 + repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs Clone both this and the patches repos: diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 03e345c..cbbe934 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -65,8 +65,12 @@ prep_build() { repopick 321337 -f # Deprioritize important developer notifications repopick 321338 -f # Allow disabling important developer notifications repopick 321339 -f # Allow disabling USB notifications - repopick 331534 -f # SystemUI: Add support to add/remove QS tiles with one tap - repopick 340916 # SystemUI: add burnIn protection + #repopick 340916 # SystemUI: add burnIn protection + repopick 342860 # codec2: Use numClientBuffers to control the pipeline + repopick 342861 # CCodec: Control the inputs to avoid pipeline overflow + repopick 342862 # [WA] Codec2: queue a empty work to HAL to wake up allocation thread + repopick 342863 # CCodec: Use pipelineRoom only for HW decoder + repopick 342864 # codec2: Change a Info print into Verbose } apply_patches() { diff --git a/local_manifests_treble/manifest.xml b/local_manifests_treble/manifest.xml index af165a7..2359711 100644 --- a/local_manifests_treble/manifest.xml +++ b/local_manifests_treble/manifest.xml @@ -3,9 +3,10 @@ - + +