Skip to content

Instantly share code, notes, and snippets.

@daltonfury42
Last active September 1, 2019 13:34
Show Gist options
  • Save daltonfury42/c33fdfa7a44f261018a5d35dea7eb245 to your computer and use it in GitHub Desktop.
Save daltonfury42/c33fdfa7a44f261018a5d35dea7eb245 to your computer and use it in GitHub Desktop.
Mi 8 Lite - Lineage - Local Manisfest
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="vendor"
fetch="https://github.com"
revision="master" />
<remote name="device"
fetch="https://github.com"
revision="lineage-16.0"/>
<remote name="kernel"
fetch="https://github.com"
revision="nitrogen-p-oss"/>
<!--Device Trees-->
<project path="device/xiaomi/platina" name="nysascape/device_xiaomi_platina" remote="device" />
<!--Kernel-->
<project path="kernel/xiaomi/platina" name="MiCode/Xiaomi_Kernel_OpenSource" remote="kernel" />
<!-- Vendor folders -->
<project path="vendor/xiaomi/platina" name="nysascape/vendor_xiaomi_platina" remote="vendor" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment