Compare commits
2 Commits
lineage-21
...
lineage-20
Author | SHA1 | Date | |
---|---|---|---|
|
ba21a0d381 | ||
|
992060c969 |
@ -45,7 +45,7 @@ echo\
|
|||||||
)' ERR
|
)' ERR
|
||||||
|
|
||||||
START=`date +%s`
|
START=`date +%s`
|
||||||
BUILD_DATE="$(date +%Y%m%d)"
|
BUILD_DATE="$(date -u +%Y%m%d)"
|
||||||
|
|
||||||
prep_build() {
|
prep_build() {
|
||||||
echo "Preparing local manifests"
|
echo "Preparing local manifests"
|
||||||
@ -62,15 +62,11 @@ prep_build() {
|
|||||||
mkdir -p ~/build-output
|
mkdir -p ~/build-output
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
repopick 321337 -f # Deprioritize important developer notifications
|
repopick -t 13-taro-kalama -r -f
|
||||||
repopick 321338 -f # Allow disabling important developer notifications
|
repopick 321337 -r -f # Deprioritize important developer notifications
|
||||||
repopick 321339 -f # Allow disabling USB notifications
|
repopick 321338 -r -f # Allow disabling important developer notifications
|
||||||
repopick 340916 # SystemUI: add burnIn protection
|
repopick 321339 -r -f # Allow disabling USB notifications
|
||||||
repopick 342860 # codec2: Use numClientBuffers to control the pipeline
|
repopick 340916 -r # SystemUI: add burnIn protection
|
||||||
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() {
|
apply_patches() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user