Skip to content

Commit 2cb6b50

Browse files
committed
update
1 parent e88dd6d commit 2cb6b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ chmod a+x bin/repo
1818
export PATH="$(realpath .)/bin:$PATH"
1919
cd android/lineage
2020
export PATH="$(realpath .)/prebuilts/sdk/tools/linux/bin/:$PATH"
21-
repo init -u https://github.com/LineageOS/android.git -b lineage-22.2 --git-lfs --no-clone-bundle
22-
repo sync -j 16 # $(nproc)
21+
repo init -u https://github.com/LineageOS/android.git -b lineage-23.0 --git-lfs --no-clone-bundle
22+
repo sync -j 8 # $(nproc)
2323
sed -i 's/-$(LINEAGE_BUILDTYPE)/-jqssun/g' vendor/lineage/config/version.mk
2424

2525
source build/envsetup.sh

0 commit comments

Comments
 (0)