From 9726daf7ea1511f75f895e2a45b788efe7e733f7 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:39:02 +0530 Subject: [PATCH 01/13] 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 8aeaf42f375..84f1f558309 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/Project-Xtended/manifest.git -b xt -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u git://github.com/crdroidandroid/android.git -b 13.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b elixir .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch xtended_X01BD-userdebug +lunch lineage_X01BD-userdebug export TZ=Asia/Dhaka #put before last build command -make xtended +make 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 e6cec89c201d17dce7e3c9774a2d2625cab91521 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:44:30 +0530 Subject: [PATCH 02/13] Error fixed --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 84f1f558309..b943ec787e8 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/crdroidandroid/android.git -b 13.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b elixir .repo/local_manifests +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b lineage .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From a8ea0e516de5fb8ed874910d6e2c280461247262 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:19:18 +0530 Subject: [PATCH 03/13] hope approved --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index b943ec787e8..2b7579c2555 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -9,5 +9,6 @@ lunch lineage_X01BD-userdebug export TZ=Asia/Dhaka #put before last build command make 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 46257ed7cf310811f47c29112a703e000c2800ba Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:32:37 +0530 Subject: [PATCH 04/13] 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 2b7579c2555..47ff4977e5f 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/crdroidandroid/android.git -b 13.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b lineage .repo/local_manifests +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b 13 .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From a8d41c6fc96d5e797d02681f1055f091ed17e1b1 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:35:33 +0530 Subject: [PATCH 05/13] 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 47ff4977e5f..2b7579c2555 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/crdroidandroid/android.git -b 13.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b 13 .repo/local_manifests +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b lineage .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From a30191b8694be6af982fa52d946bed916870f13b Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sat, 4 Feb 2023 05:23:29 +0530 Subject: [PATCH 06/13] Update build_rom.sh --- build_rom.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_rom.sh b/build_rom.sh index 2b7579c2555..969b1dcd62b 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -6,6 +6,9 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh lunch lineage_X01BD-userdebug +export ALLOW_MISSING_DEPENDENCIES=true +export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true + export TZ=Asia/Dhaka #put before last build command make bacon From 741fb8dfa29b67374c48a4467b0f6e8db5ea7203 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:28:03 +0530 Subject: [PATCH 07/13] X01BD-LineageOS-lineage-20.0-mevadadarshan19 --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index 969b1dcd62b..b633bde4cb1 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/crdroidandroid/android.git -b 13.0 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u git://https://github.com/LineageOS/android.git -b lineage-20.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b lineage .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From d75e4d924ce5bfa8fe3a67ac2a2444bd34103ddd Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sun, 5 Feb 2023 01:26:14 +0530 Subject: [PATCH 08/13] 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 b633bde4cb1..a102d1e5f9a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,16 +1,16 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://https://github.com/LineageOS/android.git -b lineage-20.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b lineage .repo/local_manifests +repo init --depth=1 --no-repo-verify -u git://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b BTLG .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch lineage_X01BD-userdebug +lunch bootleg_X01BD-userdebug export ALLOW_MISSING_DEPENDENCIES=true export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true export TZ=Asia/Dhaka #put before last build command -make bacon +mka bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) From 998889bb5d25f5f0333d579130fcdd8b6588b258 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sun, 5 Feb 2023 11:47:49 +0530 Subject: [PATCH 09/13] 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 a102d1e5f9a..8d0d4be5846 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,7 +1,7 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b BTLG .repo/local_manifests -repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 +repo sync --current-branch --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j8(nproc --all) # build rom source build/envsetup.sh From 2a635d098353d1610afa35fd84910bb5b2e16136 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sun, 5 Feb 2023 11:50:21 +0530 Subject: [PATCH 10/13] 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 8d0d4be5846..a102d1e5f9a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,7 +1,7 @@ # sync rom repo init --depth=1 --no-repo-verify -u git://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b BTLG .repo/local_manifests -repo sync --current-branch --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j8(nproc --all) +repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh From 47ed4de2eda5b14bdccb7a7eea5381df7287e6fc Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:11:28 +0530 Subject: [PATCH 11/13] 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 a102d1e5f9a..8a096e5b9ba 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b BTLG .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From e2ec1f00ef65e5368683b68c650df48037299bd6 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:45:09 +0530 Subject: [PATCH 12/13] Update build_rom.sh --- build_rom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 8a096e5b9ba..714501a8b1f 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b BTLG .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/Bootleggers-BrokenLab/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b bootleg .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From 3f1021c6c7a84bf1f457218eea8c3e8d66fb0b45 Mon Sep 17 00:00:00 2001 From: darshan <43618707+mevadadarshan19@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:50:33 +0530 Subject: [PATCH 13/13] 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 714501a8b1f..b944eeaf45a 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/Bootleggers-BrokenLab/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b bootleg .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8