lineage-20

This commit is contained in:
2025-08-12 02:21:31 +08:00
commit fb7463f933
2 changed files with 26 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Xiaomi 12S Pro LineageOS 20
1. repo init -u https://github.com/LineageOS/android.git -b lineage-20.0 --git-lfs --no-clone-bundle
2. git clone https://github.com/xiaomi-unicorn/local_manifests .repo/local_manifests -b lineage-20
3. repo sync --no-clone-bundle
4. patches/patch.sh
5. . build/envsetup.sh
6. lunch lineage_unicorn-userdebug
7. mka bacon
# 由arian大佬适配
1. https://github.com/arian-ota/changelog
2. https://github.com/arian-ota/ota
3. https://github.com/cupid-development

12
roomservice.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_hardware_xiaomi" path="hardware/xiaomi" revision="lineage-20"/>
<project name="cupid-development/android_kernel_xiaomi_sm8450" path="kernel/xiaomi/sm8450" revision="mondrian"/>
<project name="cupid-development/android_kernel_xiaomi_sm8450-modules" path="kernel/xiaomi/sm8450-modules" revision="mondrian"/>
<project name="cupid-development/android_kernel_xiaomi_sm8450-devicetrees" path="kernel/xiaomi/sm8450-devicetrees" revision="mondrian"/>
<project name="cupid-development/android_device_xiaomi_sm8450-common" path="device/xiaomi/sm8450-common" revision="mondrian"/>
<project name="cupid-development/android_device_xiaomi_unicorn" path="device/xiaomi/unicorn" revision="lineage-20"/>
<project name="xiaomi-unicorn/proprietary_vendor_xiaomi_unicorn" path="vendor/xiaomi/unicorn" revision="lineage-20"/>
<project name="xiaomi-unicorn/proprietary_vendor_xiaomi_sm8450-common" path="vendor/xiaomi/sm8450-common" revision="lineage-20"/>
<project name="xiaomi-unicorn/lineage_patches" path="patches" revision="lineage-20"/>
</manifest>