Skip to content

Commit

Permalink
Land-crDroid-Mr-rouz
Browse files Browse the repository at this point in the history
CrDroid build for land
  • Loading branch information
Mr-rouz authored Jul 15, 2022
1 parent cbf5868 commit 09a494e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_rom.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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 git://github.com/crdroid/android.git -b crDroid-8.x -g default,-mips,-darwin,-notdefault
git clone https://github.com/Mr-rouz/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
lunch crdroid_land-userdebug
export TZ=Asia/Dhaka #put before last build command
mka derp
mka crdroid

# 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

0 comments on commit 09a494e

Please sign in to comment.