Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moonstone-LineageOS-lineage-19.1-CEKIKOFGAMERS #25747

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions build_rom.sh
Original file line number Diff line number Diff line change
@@ -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/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 lineage_moonstone .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 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
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