Skip to content
10 changes: 6 additions & 4 deletions build_rom.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 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/DerpFest-AOSP/manifest.git -b 14 -g default,-mips,-darwin,-notdefault
git clone https://github.com/bittencourtjulival/local_manifests.git -b derp .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
lunch derp_beryllium-user
export BUILD_USERNAME=Julival
export BUILD_HOSTNAME=bittencourtjulival
export TZ=Asia/Kolkata #put before last build command
mka derp

# upload rom (if you don't need to upload multiple files, then you don't need to edit next line)
Expand Down