-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlocal_manifest.xml
27 lines (20 loc) · 1.58 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
<?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/media" name="android_hardware_qcom_media" groups="qcom,lanai-vendor" remote="sampatti" revision="lineage-22.0-caf-sm8650" />
<remove-project name="android_vendor_qcom_opensource_vibrator" />
<project path="vendor/qcom/opensource/vibrator" name="android_vendor_qcom_opensource_vibrator" groups="qcom,lanai-vendor" revision="lineage-22.0" remote="sampatti" />
</manifest>