diff --git a/build_rom.sh b/build_rom.sh index 8aeaf42f375..b944eeaf45a 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,13 +1,17 @@ # sync rom -repo init --depth=1 --no-repo-verify -u git://github.com/Project-Xtended/manifest.git -b xt -g default,-mips,-darwin,-notdefault -git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b elixir .repo/local_manifests +repo init --depth=1 --no-repo-verify -u https://github.com/BootleggersROM/manifest.git -b tirimbino -g default,-mips,-darwin,-notdefault +git clone https://github.com/mevadadarshan19/local_manifest.git --depth 1 -b bootleg .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom source build/envsetup.sh -lunch xtended_X01BD-userdebug +lunch bootleg_X01BD-userdebug +export ALLOW_MISSING_DEPENDENCIES=true +export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true + export TZ=Asia/Dhaka #put before last build command -make xtended +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