From 7606279838ddf61c97ac12c9c2430d8ad90cc12d Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Tue, 17 Oct 2023 23:42:56 +0800 Subject: [PATCH] Changes for October 2023 --- buildbot_unified.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 27a384a..11cc28f 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -92,7 +92,6 @@ finalize_device() { } finalize_treble() { - rm -f device/*/sepolicy/common/private/genfs_contexts cd device/phh/treble git clean -fdx bash generate.sh lineage @@ -161,10 +160,6 @@ do build_${MODE} ${var} done ls ~/build-output | grep 'lineage' || true -if [ ${MODE} == "treble" ] -then - echo $START > ~/build-output/ota-timestamp.txt -fi END=`date +%s` ELAPSEDM=$(($(($END-$START))/60))