From 046c6df3d87ffe73c10f228786943deaa148a8c6 Mon Sep 17 00:00:00 2001 From: VIOLET-EVERGARDE Date: Wed, 26 Jun 2024 03:33:26 +0700 Subject: [PATCH 1/2] Update build_rom.sh --- build_rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rom.sh b/build_rom.sh index b0a1e75d464..a1dd5081e3d 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,6 +1,6 @@ # sync rom repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/strongreasons/local_manifest.git --depth 1 -b pie .repo/local_manifests +git clone https://github.com/VIOLET-EVERGARDE/local_manifest --depth 1 -b main .repo/local_manifests repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 # build rom From 938f3a9994a5d880cd4462a5af6d8e8a64acbb24 Mon Sep 17 00:00:00 2001 From: KAGA-KOKO Date: Fri, 5 Jul 2024 01:37:42 +0700 Subject: [PATCH 2/2] LINEAGE16 --- build_rom.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_rom.sh b/build_rom.sh index a1dd5081e3d..36b45f5a091 100644 --- a/build_rom.sh +++ b/build_rom.sh @@ -1,11 +1,11 @@ # sync rom -repo init --depth=1 --no-repo-verify -u https://github.com/LineageOS/android.git -b lineage-16.0 -g default,-mips,-darwin,-notdefault -git clone https://github.com/VIOLET-EVERGARDE/local_manifest --depth 1 -b main .repo/local_manifests -repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 +repo init --depth=1 -u https://github.com/LineageOS/android.git -b lineage-16.0 +git clone https://github.com/KAGA-KOKO/local_manifest --depth=1 -b main .repo/local_manifests +repo sync -c -f --no-tags --no-clone-bundle -j8 # build rom source build/envsetup.sh -lunch lineage_X00TD-userdebug +lunch lineage_OP4BFB-userdebug export TZ=Asia/Jakarta #put before last build command mka bacon