From 4e3f98d4310c2b93a606678439540642f44235fb Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:04:46 +0500 Subject: [PATCH 1/7] Update build_rom.sh --- build_rom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..bab6d6053dd 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,11 +1,11 @@ # 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/DerpFest-AOSP/manifest.git -b 13 -g default,-mips,-darwin,-notdefault +git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b derp .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 +lunch derp_a52sxq-userdebug export TZ=Asia/Dhaka #put before last build command mka derp From 24444b546877941c4769b5d003d6f91bb9cdaf68 Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:18:03 +0500 Subject: [PATCH 2/7] Update build_rom.sh --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index bab6d6053dd..6b7d9077102 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 13 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From d1aca7c7a40103620dd1d810e09b638945706219 Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:19:32 +0500 Subject: [PATCH 3/7] Update build_rom.sh --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 6b7d9077102..bbea853c5db 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,4 +1,4 @@ -# sync rom +# sync roms repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From a2f05857c8975f7b83cd02ef87660240ad5f3cef Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:44:22 +0500 Subject: [PATCH 4/7] Update build_rom.sh --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index bbea853c5db..6b7d9077102 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,4 +1,4 @@ -# sync roms +# sync rom repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b derp .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From c7adf615a0009b7d54339a2880e13bb57ab1c92b Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:59:25 +0500 Subject: [PATCH 5/7] Update build_rom.sh --- build_rom.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_rom.sh b/build_rom.sh index 6b7d9077102..c8e40f9f8f3 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -6,6 +6,8 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh lunch derp_a52sxq-userdebug +export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true +export ALLOW_MISSING_DEPENDENCIES=true export TZ=Asia/Dhaka #put before last build command mka derp From e0b9eb72f88c4a10ac81441496252a495ae3907e Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:27:11 +0500 Subject: [PATCH 6/7] Update build_rom.sh --- build_rom.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index c8e40f9f8f3..c6d0a021ccf 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,15 +1,15 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault -git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b derp .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest -b pyro-next -g default,-mips,-darwin,-notdefault +git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b spark .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_a52sxq-userdebug +lunch spark_a52sxq-userdebug export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true export ALLOW_MISSING_DEPENDENCIES=true export TZ=Asia/Dhaka #put before last build command -mka derp +mka 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 d660f0e62016858cf9561ec4d7aebfb5a8a148a4 Mon Sep 17 00:00:00 2001 From: Arslan <132056853+arslan1400@users.noreply.github.com> Date: Wed, 29 Nov 2023 05:36:07 +0500 Subject: [PATCH 7/7] Update build_rom.sh --- build_rom.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index c6d0a021ccf..da5714881a9 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/Spark-Rom/manifest -b pyro-next -g default,-mips,-darwin,-notdefault -git clone https://github.com/arslan1400/local_manifest.git --depth 1 -b spark .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/arslan1400/local_manifest.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 spark_a52sxq-userdebug +lunch superior_a52sxq-userdebug export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true export ALLOW_MISSING_DEPENDENCIES=true export TZ=Asia/Dhaka #put before last build command