From 60dac632b11b01309f3a8223efbdd48ce7964c3d Mon Sep 17 00:00:00 2001 From: KAGA-KOKO Date: Sun, 30 Jun 2024 01:04:49 +0700 Subject: [PATCH 1/3] 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 d1161af03d4..af54f3c5a3c 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 + # sync rom +repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 --git-lfs -g default,-mips,-darwin,-notdefault +git clone https://github.com/KAGA-KOKO/local_manifest -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 +lunch lineage_OP4BFB-user export TZ=Asia/Dhaka #put before last build command mka derp From 761e03b8d13cb8bdddc08dfcbe702d8ca274a7f9 Mon Sep 17 00:00:00 2001 From: KAGA-KOKO Date: Sun, 30 Jun 2024 01:06:40 +0700 Subject: [PATCH 2/3] Update build_rom.sh --- build_rom.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index af54f3c5a3c..d7984257194 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,9 +5,10 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -lunch lineage_OP4BFB-user -export TZ=Asia/Dhaka #put before last build command -mka derp +lunch lineage_OP4BFB-userdebug +export ALLOW_MISSING_DEPENDENCIES=true +export TZ=Asia/Jakarta #put before last build command +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 a011a7bac56f0271bb25247442d609cc84a8ee66 Mon Sep 17 00:00:00 2001 From: KAGA-KOKO Date: Sun, 30 Jun 2024 10:29:22 +0700 Subject: [PATCH 3/3] 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 d7984257194..6892106857f 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/LineageOS/android.git -b lineage-16.0 --git-lfs -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 -g default,-mips,-darwin,-notdefault git clone https://github.com/KAGA-KOKO/local_manifest -b main .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8