From d6defef5924b68c28ed6b5c2e7792adcd75fc780 Mon Sep 17 00:00:00 2001 From: DunggVN <65992011+dunggvn@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:13:51 +0700 Subject: [PATCH 1/2] Lineage 22.2 flashlmdd --- build_rom.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..2b200bbe0d9 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +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 -u https://github.com/LineageOS/android.git -b lineage-22.2 --git-lfs --no-clone-bundle 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 +export TZ=Asia/Ho_Chi_Minh #put before last build command +brunch flashlmdd # 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 9bc88e64a7bfd9b438540ad38f7859d1f8b8b493 Mon Sep 17 00:00:00 2001 From: DunggVN <65992011+dunggvn@users.noreply.github.com> Date: Sat, 29 Nov 2025 17:18:14 +0700 Subject: [PATCH 2/2] Cloning device trees --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index 2b200bbe0d9..1a608d1931a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,4 +1,5 @@ # sync rom +git clone https://github.com/dunggvn/Local-Manifests.git --depth 1 -b aosp .repo/local_manifests repo init -u https://github.com/LineageOS/android.git -b lineage-22.2 --git-lfs --no-clone-bundle repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8