From 13c568492b4c0970e2e5c6a5210fb91447c35e7b Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Fri, 17 Nov 2023 22:10:08 +0530 Subject: [PATCH 1/6] mido-CherishOS-tiramisu-lovelohar05 --- build_rom.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..5d9cb810da1 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,13 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/DerpFest-11/manifest.git -b 11 -g default,-mips,-darwin,-notdefault -git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/CherishOS/android_manifest.git -b tiramisu -g default,-mips,-darwin,-notdefault +git clone https://github.com/lovelohar05/local_manifest.git --depth 1 -b main.repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch derp_vayu-user -export TZ=Asia/Dhaka #put before last build command -mka derp +brunch device-mido +export TZ=Asia/Udaipur #put before last build command +m bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) rclone copy out/target/product/$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)/*.zip cirrus:$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1) -P From 1f240d03953d4a143d7654636d1c5c3e5896b7c3 Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Sat, 18 Nov 2023 21:02:35 +0530 Subject: [PATCH 2/6] mido-CherishOS-tiramisu-lovelohar05 --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 5d9cb810da1..fd4ae63508e 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,7 +5,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -brunch device-mido +lunch cherish_mido-userdebug export TZ=Asia/Udaipur #put before last build command m bacon From d31c7b9e4c697849c6e4fef3997bf6a19fa8b31c Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Sat, 18 Nov 2023 21:09:37 +0530 Subject: [PATCH 3/6] mido-CherishOS-tiramisu-lovelohar05 --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index fd4ae63508e..144482a7f60 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,7 +5,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -lunch cherish_mido-userdebug +brunch mido export TZ=Asia/Udaipur #put before last build command m bacon From 822b66021e67565d56aed4ab9cfbfce8ce486356 Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Mon, 20 Nov 2023 09:30:37 +0530 Subject: [PATCH 4/6] mido-CherishOS-tiramisu-lovelohar05 --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 144482a7f60..2f428ac35ab 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,11 +1,11 @@ # sync rom repo init --depth=1 --no-repo-verify -u https://github.com/CherishOS/android_manifest.git -b tiramisu -g default,-mips,-darwin,-notdefault -git clone https://github.com/lovelohar05/local_manifest.git --depth 1 -b main.repo/local_manifests +git clone https://github.com/lovelohar05/Local_Manifests.git --depth 1 -b cherish .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -brunch mido +lunch cherish_mido-userdebug export TZ=Asia/Udaipur #put before last build command m bacon From 7a522b6c3ab7e6f614a15f8a5d630423d51603ee Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Fri, 24 Nov 2023 22:03:08 +0530 Subject: [PATCH 5/6] mido-SuperiorOS-thirteen-lovelohar05 --- build_rom.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 2f428ac35ab..df04ba6d9fb 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,11 +1,13 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/CherishOS/android_manifest.git -b tiramisu -g default,-mips,-darwin,-notdefault -git clone https://github.com/lovelohar05/Local_Manifests.git --depth 1 -b cherish .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/SuperiorOS/manifest.git -b thirteen -g default,-mips,-darwin,-notdefault +git clone https://github.com/lovelohar05/Local_Manifests.git --depth 1 -b superior .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch cherish_mido-userdebug +lunch superior_mido-userdebug +export BUILD_USERNAME=lovelohar05 +export BUILD_HOSTNAME=cirrus-ci export TZ=Asia/Udaipur #put before last build command m bacon From 48fa2d56d9986fa76ac88ae3ea3eeec70b367dc4 Mon Sep 17 00:00:00 2001 From: Love Lohar Date: Sat, 25 Nov 2023 09:21:00 +0530 Subject: [PATCH 6/6] mido-SuperiorOS-thirteen-lovelohar05 --- build_rom.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_rom.sh b/build_rom.sh index df04ba6d9fb..2758391e9df 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -6,6 +6,10 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh lunch superior_mido-userdebug +export ALLOW_MISSING_DEPENDENCIES=true +export BUILD_BROKEN_USES_BUILD_COPY_HEADERS=true +export BUILD_BROKEN_DUP_RULES=true +export SKIP_ABI_CHECKS=true export BUILD_USERNAME=lovelohar05 export BUILD_HOSTNAME=cirrus-ci export TZ=Asia/Udaipur #put before last build command