-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocal_manifest.xml
30 lines (25 loc) · 2.56 KB
/
local_manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="s" fetch="https://github.com/SwapnilVicky" />
<remote name="swapnil-gitlab" fetch="https://gitlab.com/SwapnilVicky" />
<remote name="sampatti" fetch="https://github.com/SampattiOS" />
<!-- Trees -->
<project path="device/xiaomi/peridot" name="device_xiaomi_peridot" remote="BlissRoms-Devices" revision="voyager" />
<project path="vendor/xiaomi/peridot" name="vendor_xiaomi_peridot" remote="BlissRoms-Devices" revision="voyager" />
<project path="device/xiaomi/peridot-kernel" name="device_xiaomi_peridot-kernel" remote="BlissRoms-Devices" revision="voyager" />
<project path="device/xiaomi/peridot-miuicamera" name="device_xiaomi_peridot-miuicamera" remote="BlissRoms-Devices" revision="main" />
<project path="vendor/xiaomi/peridot-miuicamera" name="vendor_xiaomi_peridot-miuicamera" remote="swapnil-gitlab" revision="main" />
<project path="hardware/xiaomi" name="android_hardware_xiaomi" remote="sampatti" revision="lineage-22.0" />
<!-- frameworks for fp fix -->
<remove-project name="platform_frameworks_base" />
<project path="frameworks/base" name="platform_frameworks_base" remote="s" revision="voyager" />
<!-- hals -->
<project path="hardware/qcom-caf/sm8650/audio/agm" name="android_vendor_qcom_opensource_agm" groups="qcom,lanai-audio" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/audio/pal" name="android_vendor_qcom_opensource_arpal-lx" groups="qcom,lanai-audio" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/audio/primary-hal" name="android_hardware_qcom_audio-ar" groups="qcom,lanai-audio" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/data-ipa-cfg-mgr" name="android_vendor_qcom_opensource_data-ipa-cfg-mgr" groups="qcom,lanai-vendor" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/dataipa" name="android_vendor_qcom_opensource_dataipa" groups="qcom,lanai-vendor" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/display" name="android_hardware_qcom_display" groups="qcom" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="hardware/qcom-caf/sm8650/media" name="android_hardware_qcom_media" groups="qcom,lanai-vendor" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<project path="device/qcom/sepolicy_vndr/sm8650" name="android_device_qcom_sepolicy_vndr" groups="qcom,lanai-vendor" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
</manifest>