Skip to content

Commit

Permalink
poplar_dsds: README: Update Lineage version to 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derfelot committed Oct 3, 2022
1 parent 5bfcda2 commit e958db4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Device configuration for Sony Xperia XZ1 dual sim variant (poplar_dsds)
Description
-----------

This repository is for LineageOS 19.1 on Sony Xperia XZ1 dual sim variant (poplar_dsds).
This repository is for LineageOS 20.0 on Sony Xperia XZ1 dual sim variant (poplar_dsds).

How to build LineageOS
----------------------
Expand All @@ -16,7 +16,7 @@ How to build LineageOS

* Initialize the repo:

repo init -u git://github.com/LineageOS/android.git -b lineage-19.1
repo init -u git://github.com/LineageOS/android.git -b lineage-20.0

* Create a local manifest:

Expand All @@ -25,13 +25,13 @@ How to build LineageOS
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- SONY -->
<project name="whatawurst/android_kernel_sony_msm8998" path="kernel/sony/msm8998" remote="github" revision="lineage-19.1" />
<project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-19.1" />
<project name="whatawurst/android_device_sony_poplar_dsds" path="device/sony/poplar_dsds" remote="github" revision="lineage-19.1" />
<project name="whatawurst/android_kernel_sony_msm8998" path="kernel/sony/msm8998" remote="github" revision="lineage-20" />
<project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-20" />
<project name="whatawurst/android_device_sony_poplar_dsds" path="device/sony/poplar_dsds" remote="github" revision="lineage-20" />

<!-- blobs for poplar_dsds -->
<project name="whatawurst/android_vendor_sony_yoshino-common" path="vendor/sony/yoshino-common" remote="github" revision="lineage-19.1" />
<project name="whatawurst/android_vendor_sony_poplar_dsds" path="vendor/sony/poplar_dsds" remote="github" revision="lineage-19.1" />
<project name="whatawurst/android_vendor_sony_yoshino-common" path="vendor/sony/yoshino-common" remote="github" revision="lineage-20" />
<project name="whatawurst/android_vendor_sony_poplar_dsds" path="vendor/sony/poplar_dsds" remote="github" revision="lineage-20" />
</manifest>

* Sync the repo:
Expand Down

0 comments on commit e958db4

Please sign in to comment.