diff --git a/build_rom.sh b/build_rom.sh index c8d022494a6..a861b10003b 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,5 +1,5 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/Project-Kaleidoscope/android_manifest.git -b sunflowerleaf -g default,-mips,-darwin,-notdefault +repo init --depth=1 --no-repo-verify -u https://github.com/EternityOS-Plus/manifest -b 12.1 -g default,-mips,-darwin,-notdefault git clone https://github.com/Atul9977/local_manifest.git --depth 1 -b main .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 @@ -7,7 +7,7 @@ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync export KBUILD_BUILD_USER=Atul export BUILD_USERNAME=Atul source build/envsetup.sh -lunch kscope_garden-userdebug +lunch aosp_garden-userdebug export SELINUX_IGNORE_NEVERALLOWS=true export BUILD_BROKEN_MISSING_REQUIRED_MODULES=true export TZ=Asia/Kolkata #put before last build command