-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal_manifest.xml
63 lines (54 loc) · 1.31 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<!-- Remotes -->
<remote name="Khnome" fetch="https://github.com/Khnome" />
<remote
name="kami"
fetch="https://github.com/kamikaonashi"
clone-depth="1"
/>
<remote
name="cr"
fetch="https://github.com/crdroidandroid"
clone-depth="1"
/>
<remote name="linag" fetch="https://github.com/LineageOS" />
<remote name="cumos" fetch="https://github.com/cumOS" />
<!-- Tree -->
<project
path="device/xiaomi/stone"
name="device_xiaomi_stone"
remote="Khnome"
revision="yaap-15"
/>
<!-- Kernel -->
<project
path="device/xiaomi/stone-kernel"
name="device_xiaomi_stone-kernel"
remote="kami"
revision="custom"
/>
<!-- Vendor -->
<project
path="vendor/xiaomi/stone"
name="vendor_xiaomi_stone"
remote="kami"
revision="15-perf"
/>
<!-- Common Xiaomi Hardware Tree -->
<project
path="hardware/xiaomi"
name="android_hardware_xiaomi"
remote="cr"
revision="15.0"
/>
<!-- Dolby -->
<project
path="vendor/dolby"
name="vendor_dolby_oplus"
remote="cumos"
revision="14"
/>
<!-- Kanged from Vedraj🫠 -->
<!-- Kanged from Mayuresh🫠 -->
</manifest>