From dfa3b4df3532591eac343b59bbb6965e22e0a273 Mon Sep 17 00:00:00 2001 From: Dark angels <95138156+darkangels15@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:09:16 +0700 Subject: [PATCH 1/4] Jasmine_sprout-RisingOs-13-Darkangels --- build_rom.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..14185fd3f66 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,19 @@ # 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/RisingTechOSS/android -b thirteen -g default,-mips,-darwin,-notdefault +git clone https://github.com/darkangels15/Local_manifest.git --depth 1 -b master .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 +brunch jasmine_sprout-userdebug +lunch lineage_jasmine_sprout-userdebug +WITH_GMS=true +RISING_CHIPSET=sdm660 +RISING_MAINTAINER=dArkAngelS +TARGET_ENABLE_BLUR=true +RISING_PACKAGE_TYPE=AOSP +export TZ=Asia/Jakarta #put before last build command +mka bacon -jX # 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 c18467777ed49da97000f1e155998b927981e2aa Mon Sep 17 00:00:00 2001 From: Dark angels <95138156+darkangels15@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:43:12 +0700 Subject: [PATCH 2/4] 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 14185fd3f66..73f3e149823 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -13,7 +13,7 @@ RISING_MAINTAINER=dArkAngelS TARGET_ENABLE_BLUR=true RISING_PACKAGE_TYPE=AOSP export TZ=Asia/Jakarta #put before last build command -mka bacon -jX +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 9b294139d864893fcb432258343ae70a417c6a1d Mon Sep 17 00:00:00 2001 From: Dark angels <95138156+darkangels15@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:17:27 +0700 Subject: [PATCH 3/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 73f3e149823..a97dfa0caee 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/RisingTechOSS/android -b thirteen -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen -g default,-mips,-darwin,-notdefault git clone https://github.com/darkangels15/Local_manifest.git --depth 1 -b master .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 From 75c3a8500f4eafdbf5262f68aeddadc272109564 Mon Sep 17 00:00:00 2001 From: Dark angels <95138156+darkangels15@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:34:18 +0700 Subject: [PATCH 4/4] Update build_rom.sh --- build_rom.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index a97dfa0caee..aadb77d2c46 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -5,13 +5,8 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync # build rom source build/envsetup.sh -brunch jasmine_sprout-userdebug -lunch lineage_jasmine_sprout-userdebug +lunch aosp_topaz-ap4a-buildtype WITH_GMS=true -RISING_CHIPSET=sdm660 -RISING_MAINTAINER=dArkAngelS -TARGET_ENABLE_BLUR=true -RISING_PACKAGE_TYPE=AOSP export TZ=Asia/Jakarta #put before last build command mka bacon