Last active
October 19, 2021 06:07
-
-
Save BedrockDigger/4736e7a40c981e069bbb588f71056c0f to your computer and use it in GitHub Desktop.
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> | |
<!-- REMOTES --> | |
<remote name="kangdom" fetch="https://github.com/kangdom/" /> | |
<remote name="nazunamoe-device" fetch="https://github.com/nazunamoe-device" /> | |
<!-- MANIFESTS --> | |
<!-- device trees --> | |
<project name="android_device_xiaomi_clover" path="device/xiaomi/clover" remote="kangdom" revision="exthm-11" /> | |
<project name="android_device_xiaomi_sdm660-common" path="device/xiaomi/sdm660-common" remote="kangdom" revision="exthm-11" /> | |
<!-- vendors --> | |
<project name="android_vendor_xiaomi_clover" path="vendor/xiaomi/clover" remote="nazunamoe-device" revision="11" /> | |
<project name="android_vendor_xiaomi_sdm660-common" path="vendor/xiaomi/sdm660-common" remote="nazunamoe-device" revision="11" /> | |
<!-- kernel --> | |
<project name="android_kernel_xiaomi_sdm660" path="kernel/xiaomi/sdm660" remote="nazunamoe-device" revision="eleven-hmp" /> | |
<!-- MIUI camera --> | |
<project name="android_vendor_xiaomi_MiuiCamera" path="vendor/xiaomi/MiuiCamera" remote="nazunamoe-device" revision="11.0" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment