Skip to content

Instantly share code, notes, and snippets.

@mhoyer
Created July 29, 2022 18:57
Show Gist options
  • Save mhoyer/111f6fedec7d16c7cb210f02d07e574b to your computer and use it in GitHub Desktop.
Save mhoyer/111f6fedec7d16c7cb210f02d07e574b to your computer and use it in GitHub Desktop.
An attempt to build LineageOS for Xiaomi 12
<?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