From c224365fd1edeb0afd09ace92d01fbd1086a91af Mon Sep 17 00:00:00 2001 From: Kristoforus Ananta Putra Magallan Date: Tue, 4 Jul 2023 14:31:15 +0700 Subject: [PATCH 1/5] Update build_rom.sh --- build_rom.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..1154a319067 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,17 @@ # 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 --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest -b pyro -g default,-mips,-darwin,-notdefault +git clone https://github.com/CEKIKOFGAMERS/local_manifest.git --depth 1 -b lavender .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 -export TZ=Asia/Dhaka #put before last build command -mka derp +lunch spark_lavender-userdebug +export BUILD_USERNAME=Kristo +export BUILD_HOSTNAME=Kristo +export KBUILD_USERNAME=Kristo +export KBUILD_HOSTNAME=Kristo +export TZ=Asia/Jakarta +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 1d9cc80c11be38031c82dc9b4fc6267495b67e26 Mon Sep 17 00:00:00 2001 From: Kristoforus Ananta Putra Magallan Date: Fri, 7 Jul 2023 08:47:47 +0700 Subject: [PATCH 2/5] 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 1154a319067..221112d2f22 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,17 +1,17 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/Spark-Rom/manifest -b pyro -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/ArrowOS/android_manifest -b arrow-13.1 -g default,-mips,-darwin,-notdefault git clone https://github.com/CEKIKOFGAMERS/local_manifest.git --depth 1 -b lavender .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch spark_lavender-userdebug +lunch arrow_lavender-userdebug export BUILD_USERNAME=Kristo export BUILD_HOSTNAME=Kristo export KBUILD_USERNAME=Kristo export KBUILD_HOSTNAME=Kristo export TZ=Asia/Jakarta -mka bacon +m 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 6fe4942352460d6854640e272a0cbbfe472b3618 Mon Sep 17 00:00:00 2001 From: Kristoforus Ananta Putra Magallan Date: Sat, 8 Jul 2023 14:54:36 +0700 Subject: [PATCH 3/5] Update build_rom.sh --- build_rom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_rom.sh b/build_rom.sh index 221112d2f22..9f3c9c4403e 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -11,6 +11,7 @@ export BUILD_HOSTNAME=Kristo export KBUILD_USERNAME=Kristo export KBUILD_HOSTNAME=Kristo export TZ=Asia/Jakarta +export ALLOW_MISSING_DEPENDENCIES=true m bacon # upload rom (if you don't need to upload multiple files, then you don't need to edit next line) From 2f9ca4ee4e3189e358216cdff6ce6ce0ca8de6cd Mon Sep 17 00:00:00 2001 From: Kristoforus Ananta Putra Magallan Date: Wed, 21 Feb 2024 16:09:15 +0700 Subject: [PATCH 4/5] Update build_rom.sh --- build_rom.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index 9f3c9c4403e..d8219c468bb 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,18 +1,19 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/ArrowOS/android_manifest -b arrow-13.1 -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-19.1 --git-lfs -g default,-mips,-darwin,-notdefault git clone https://github.com/CEKIKOFGAMERS/local_manifest.git --depth 1 -b lavender .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch arrow_lavender-userdebug -export BUILD_USERNAME=Kristo -export BUILD_HOSTNAME=Kristo -export KBUILD_USERNAME=Kristo -export KBUILD_HOSTNAME=Kristo +lunch lineage_moonstone-userdebug +export BUILD_USERNAME=Kristoforusapm +export BUILD_HOSTNAME=SingkoLab +export KBUILD_USERNAME=Kristoforusapm +export KBUILD_HOSTNAME=SingkoLab export TZ=Asia/Jakarta export ALLOW_MISSING_DEPENDENCIES=true -m bacon +export BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE=true +m bacon -j8 # 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 c610bd60ea8773b1d893deeace60eb4aba417489 Mon Sep 17 00:00:00 2001 From: Kristoforus Ananta Putra Magallan Date: Wed, 21 Feb 2024 16:10:02 +0700 Subject: [PATCH 5/5] 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 d8219c468bb..0719cd2236c 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/LineageOS/android.git -b lineage-19.1 --git-lfs -g default,-mips,-darwin,-notdefault -git clone https://github.com/CEKIKOFGAMERS/local_manifest.git --depth 1 -b lavender .repo/local_manifests +git clone https://github.com/CEKIKOFGAMERS/local_manifest.git --depth 1 -b lineage_moonstone .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom