Last active
September 1, 2019 13:34
-
-
Save daltonfury42/c33fdfa7a44f261018a5d35dea7eb245 to your computer and use it in GitHub Desktop.
Mi 8 Lite - Lineage - Local Manisfest
This file contains 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> | |
<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