From a115e31ea76af80822ddfb84e565d699a8996111 Mon Sep 17 00:00:00 2001 From: D I X I Date: Sun, 19 Nov 2023 19:01:39 +0700 Subject: [PATCH 1/4] Update build_rom.sh --- build_rom.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..d5b4d3822fd 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,14 @@ # 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/bananadroid/android_manifest.git -b 13 --git-lfs +git clone https://github.com/diksyfck/Local-Manifests.git --depth 1 -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 +. build/envsetup.sh +lunch banana_lavender-userdebug export TZ=Asia/Dhaka #put before last build command -mka derp +m banana # 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 e5e89bb53413f3a2a0c4da18de714110bc2c271b Mon Sep 17 00:00:00 2001 From: D I X I Date: Sun, 19 Nov 2023 19:08:34 +0700 Subject: [PATCH 2/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 d5b4d3822fd..6ed872fe7a3 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 -. build/envsetup.sh +source build/envsetup.sh lunch banana_lavender-userdebug -export TZ=Asia/Dhaka #put before last build command +export TZ=Asia/jakarta #put before last build command m banana # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) From e92fe34d27a5f921dc291945e06c03ba9f78f359 Mon Sep 17 00:00:00 2001 From: D I X I Date: Sun, 19 Nov 2023 19:10:10 +0700 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 6ed872fe7a3..bc8daf6650b 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom -repo init -u https://github.com/bananadroid/android_manifest.git -b 13 --git-lfs -git clone https://github.com/diksyfck/Local-Manifests.git --depth 1 -b main .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/bananadroid/android_manifest.git -b 13 -g default,-mips,-darwin,-notdefault +git clone https://github.com/diksy9/Local-Manifests.git --depth 1 -b main .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From 526364f06c3dbd03025a6957f4e806440e83b5e1 Mon Sep 17 00:00:00 2001 From: diksy9 Date: Sun, 14 Jan 2024 20:54:15 +0700 Subject: [PATCH 4/4] update Fixed --- build_rom.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index bc8daf6650b..a13d3908f25 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,12 +1,13 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/bananadroid/android_manifest.git -b 13 -g default,-mips,-darwin,-notdefault -git clone https://github.com/diksy9/Local-Manifests.git --depth 1 -b main .repo/local_manifests -repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 +repo init -u https://github.com/RisingTechOSS/android -b thirteen --git-lfs +git clone https://github.com/diksy9/Local-Manifests.git --depth 1 -b rising .repo> +repo sync -c --no-clone-bundle --optimized-fetch --prune --force-sync -j$(nproc> + # build rom -source build/envsetup.sh -lunch banana_lavender-userdebug +. build/envsetup.sh +brunch camellia userdebug export TZ=Asia/jakarta #put before last build command m banana