We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88dd6d commit 2cb6b50Copy full SHA for 2cb6b50
build.sh
@@ -18,8 +18,8 @@ chmod a+x bin/repo
18
export PATH="$(realpath .)/bin:$PATH"
19
cd android/lineage
20
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)
+repo init -u https://github.com/LineageOS/android.git -b lineage-23.0 --git-lfs --no-clone-bundle
+repo sync -j 8 # $(nproc)
23
sed -i 's/-$(LINEAGE_BUILDTYPE)/-jqssun/g' vendor/lineage/config/version.mk
24
25
source build/envsetup.sh
0 commit comments