From c7a97060b26f9b08ace4952baef38a048d507d4c Mon Sep 17 00:00:00 2001 From: sdfsdfsdr <143347603+sdfsdfsdr@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:28:10 +0500 Subject: [PATCH 1/4] 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 d1161af03d4..a70119a25a1 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/DerpFest-11/manifest.git -b 11 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u git://github.com/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From 3662252b672fee9b0b510bb371f521ca3b52296a Mon Sep 17 00:00:00 2001 From: sdfsdfsdr <143347603+sdfsdfsdr@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:31:33 +0500 Subject: [PATCH 2/4] light-lineage-sdfsdfsdr --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index a70119a25a1..4072a0339c5 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/LineageOS/android.git -b lineage-21.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/pocox3pro/Local-Manifests.git --depth 1 -b master .repo/local_manifests +git clone https://github.com/sdfsdfsdr/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 From b7c507d145f3175b7113ab5150d2b73ac3d89f03 Mon Sep 17 00:00:00 2001 From: sdfsdfsdr <143347603+sdfsdfsdr@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:53:48 +0500 Subject: [PATCH 3/4] 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 4072a0339c5..a2f97790ab7 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,9 +5,9 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -lunch derp_vayu-user +lunch lineage_light-userdebug 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 6f7f2e2a0c29efc399f9f498b794905046e172a3 Mon Sep 17 00:00:00 2001 From: sdfsdfsdr <143347603+sdfsdfsdr@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:11:21 +0500 Subject: [PATCH 4/4] Update build_rom.sh --- build_rom.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_rom.sh b/build_rom.sh index a2f97790ab7..618437086ec 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 lineage_light-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 TZ=Asia/Dhaka #put before last build command mka bacon