Skip to content
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
de65e5e
santoni-PixelExperience-thirteen-plus-omanshkrishn
omanshkrishn Jul 28, 2023
08a721f
test dt changes
omanshkrishn Aug 2, 2023
8b05912
init evolution
omanshkrishn Aug 4, 2023
e823b25
add clang version flag
omanshkrishn Aug 4, 2023
c6b3d37
fixed syntax of local_manifest
omanshkrishn Aug 4, 2023
29e2004
remove timedatectl
omanshkrishn Aug 5, 2023
4326518
retrigger
omanshkrishn Aug 5, 2023
8a9a0e3
Merge branch 'ROM-builders:main' into Mi8937-Evolution-X-tiramisu-oma…
omanshkrishn Aug 5, 2023
d5e7c4e
santoni
omanshkrishn Oct 24, 2023
4d5459f
Merge branch 'ROM-builders:main' into santoni-Evolution-X-tiramisu-om…
omanshkrishn Oct 24, 2023
798193e
done
omanshkrishn Oct 24, 2023
ee55902
retry
omanshkrishn Oct 25, 2023
c3e5a5e
fixed overlays
omanshkrishn Oct 25, 2023
dba0215
retyr
omanshkrishn Oct 26, 2023
4d0c8ca
udc
omanshkrishn Oct 29, 2023
17dbaab
Merge branch 'ROM-builders:main' into santoni-Evolution-X-tiramisu-om…
omanshkrishn Oct 29, 2023
417daf9
udc
omanshkrishn Oct 29, 2023
3bf5b61
retry
omanshkrishn Nov 9, 2023
1810b3c
retry
omanshkrishn Nov 10, 2023
9de7e95
retry
omanshkrishn Nov 10, 2023
6af85d9
retry
omanshkrishn Nov 11, 2023
c4e7955
retry
omanshkrishn Nov 25, 2023
30f6341
retry
omanshkrishn Nov 25, 2023
3214e47
retry
omanshkrishn Nov 26, 2023
d41da52
retry
omanshkrishn Nov 26, 2023
5479dee
retry
omanshkrishn Nov 27, 2023
1823284
fixed duplicate sepolicy
omanshkrishn Nov 27, 2023
f181ea5
removed obselete sepolicy
omanshkrishn Nov 27, 2023
3f7be2f
remove obselete sepolicy
omanshkrishn Nov 27, 2023
0c82c4b
retry
omanshkrishn Nov 28, 2023
8a3501a
retrigger
omanshkrishn Nov 28, 2023
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
20 changes: 15 additions & 5 deletions build_rom.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# 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/Evolution-X/manifest.git -b udc -g default,-mips,-darwin,-notdefault
git clone https://codeberg.org/omansh-krishn/local_manifest.git --depth 1 -b evolution-x .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 evolution_santoni-user
export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true
export ALLOW_MISSING_DEPENDENCIES=true
export BUILD_USERNAME=OmanshKrishn
export BUILD_HOSTNAME=pc
export KBUILD_BUILD_USER=OmanshKrishn
export KBUILD_BUILD_HOST=pc
export TZ=Asia/Kolkata

m evolution

# 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