Created
July 29, 2022 18:57
-
-
Save mhoyer/111f6fedec7d16c7cb210f02d07e574b to your computer and use it in GitHub Desktop.
An attempt to build LineageOS for Xiaomi 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<include name="default.xml" /> | |
<remote name="github-los-19.1" | |
fetch="https://github.com" | |
revision="lineage-19.1" /> | |
<project path="device/xiaomi/cupid" name="cupid-development/android_device_xiaomi_cupid" remote="github-los-19.1" clone-depth="1" /> | |
<project path="device/xiaomi/sm8450-common" name="cupid-development/android_device_xiaomi_sm8450-common" remote="github-los-19.1" clone-depth="1" /> | |
<project path="hardware/xiaomi" name="cupid-development/android_hardware_xiaomi" remote="github-los-19.1" clone-depth="1" /> | |
<project path="kernel/xiaomi/sm8450" name="cupid-development/android_kernel_xiaomi_sm8450" remote="github-los-19.1" clone-depth="1" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment