From 5a1ace91f706637fb2788909eee88b37c731df59 Mon Sep 17 00:00:00 2001 From: Masalief Maulana Date: Wed, 27 Mar 2024 16:21:15 +0700 Subject: [PATCH] lancelot-CherishOS-udc-Viole403 --- build_rom.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index d1161af03d4..1e065ad3af1 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 sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 +repo init --depth=1 --no-repo-verify -u https://github.com/CherishOS/android_manifest -b udc -g default,-mips,-darwin,-notdefault +git clone https://github.com/Viole403/local_manifest --depth 1 -b cherish-a14 .repo/local_manifests +repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j$(nproc --all) # build rom source build/envsetup.sh -lunch derp_vayu-user -export TZ=Asia/Dhaka #put before last build command -mka derp +lunch cherish_lancelot-userdebug +export ALLOW_MISSING_DEPENDENCIES=true +export BUILD_BROKEN_USES_BUILD_COPY_HEADERS=true +export BUILD_BROKEN_DUP_RULES=true +export SKIP_ABI_CHECKS=true +export BUILD_USERNAME=Viole403 +export BUILD_HOSTNAME=cirrus-ci +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