Changes for October 2023
This commit is contained in:
parent
9f869d4103
commit
7606279838
@ -92,7 +92,6 @@ finalize_device() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
finalize_treble() {
|
finalize_treble() {
|
||||||
rm -f device/*/sepolicy/common/private/genfs_contexts
|
|
||||||
cd device/phh/treble
|
cd device/phh/treble
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
bash generate.sh lineage
|
bash generate.sh lineage
|
||||||
@ -161,10 +160,6 @@ do
|
|||||||
build_${MODE} ${var}
|
build_${MODE} ${var}
|
||||||
done
|
done
|
||||||
ls ~/build-output | grep 'lineage' || true
|
ls ~/build-output | grep 'lineage' || true
|
||||||
if [ ${MODE} == "treble" ]
|
|
||||||
then
|
|
||||||
echo $START > ~/build-output/ota-timestamp.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
END=`date +%s`
|
END=`date +%s`
|
||||||
ELAPSEDM=$(($(($END-$START))/60))
|
ELAPSEDM=$(($(($END-$START))/60))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user