Skip to content

Commit ad847c3

Browse files
committed
update
1 parent e394973 commit ad847c3

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
@@ -16,12 +16,12 @@ chmod a+x bin/repo
1616
export PATH="$(realpath .)/bin:$PATH"
1717
cd android/lineage
1818
export 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
2020
repo sync -j 8 # $(nproc)
2121
sed -i 's/-$(LINEAGE_BUILDTYPE)/-jqssun/g' vendor/lineage/config/version.mk
2222

2323
source build/envsetup.sh
24-
export AB_OTA_UPDATER=false
24+
export AB_OTA_UPDATER=false ROOMSERVICE_BRANCHES="lineage-23.1 lineage-23.0"
2525
breakfast virtio_arm64only
2626
echo "$(jq '. += [{"repository": "android_kernel_mainline_configs", "target_path": "kernel/mainline/configs"}]' device/mainline/common/lineage.dependencies)" > device/mainline/common/lineage.dependencies
2727
breakfast virtio_arm64only userdebug

0 commit comments

Comments
 (0)