File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ chmod a+x bin/repo
1616export PATH=" $( realpath .) /bin:$PATH "
1717cd android/lineage
1818export PATH=" $( realpath .) /prebuilts/sdk/tools/linux/bin/:$PATH "
19- repo init -u https://github.com/LineageOS/android.git -b lineage-23.1 --git-lfs --no-clone-bundle
19+ repo init -u https://github.com/LineageOS/android.git -b lineage-23.2 --git-lfs --no-clone-bundle
2020repo sync -j 8 # $(nproc)
2121sed -i ' s/-$(LINEAGE_BUILDTYPE)/-jqssun/g' vendor/lineage/config/version.mk
2222
2323source build/envsetup.sh
24- export AB_OTA_UPDATER=false
24+ export AB_OTA_UPDATER=false ROOMSERVICE_BRANCHES= " lineage-23.1 lineage-23.0 "
2525breakfast virtio_arm64only
2626echo " $( jq ' . += [{"repository": "android_kernel_mainline_configs", "target_path": "kernel/mainline/configs"}]' device/mainline/common/lineage.dependencies) " > device/mainline/common/lineage.dependencies
2727breakfast virtio_arm64only userdebug
You can’t perform that action at this time.
0 commit comments