Skip to content

Commit

Permalink
build_rom.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowman2409 authored Mar 4, 2022
1 parent ac934af commit 2cd1490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync
source build/envsetup.sh
lunch aosp_device-userdebug

mka bacon -jX
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

0 comments on commit 2cd1490

Please sign in to comment.