-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocal_manifest.xml
37 lines (28 loc) · 1.8 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
* target: rmx3461 (ice)
* rom: Pixelage-15
-->
<remote name="github-rmx3461"
fetch="https://github.com" />
<remote name="gitlab-rmx3461"
fetch="https://gitlab.com" />
<!-- Device -->
<project path="device/realme/ice" name="DevInfinix/android_device_realme_ice" clone-depth="1" remote="github-rmx3461" revision="15.0-pixelage" />
<!-- Kernel -->
<project path="kernel/oplus/RMX3461" name="DevInfinix/quantumedge_kernel_oplus_RMX3461" clone_depth="1" remote="github-rmx3461" revision="15-quantum-edge-254" />
<!-- Vendor -->
<project path="vendor/realme/ice" name="crdroidandroid/proprietary_vendor_realme_ice" clone-depth="1" remote="gitlab-rmx3461" revision="14.0" />
<!-- Hardware -->
<project path="hardware/oplus" name="DevInfinix/android_hardware_oplus" clone-depth="1" remote="github-rmx3461" revision="15.0-pixelage" />
<!-- Common -->
<project path="device/oneplus/sm8350-common" name="DevInfinix/android_device_oneplus_sm8350-common" clone-depth="1" remote="github-rmx3461" revision="15.0-pixelage" />
<project path="vendor/oneplus/sm8350-common" name="crdroidandroid/proprietary_vendor_oneplus_sm8350-common" clone-depth="1" remote="gitlab-rmx3461" revision="14.0-lunaa" />
<!-- Pixelage OTA -->
<project path="pixelage_ota" name="ProjectPixelage/pixelage_ota" clone-depth="1" remote="github-rmx3461" revision="15" />
<!-- Oplus Camera -->
<project path="vendor/oplus/camera" name="DevInfinix/proprietary_vendor_oplus_camera" clone-depth="1" remote="gitlab-rmx3461" revision="15-ice" />
<!-- ViPER4AndroidFX (FOSS Audio Mod)-->
<project path="packages/apps/ViPER4AndroidFX" name="TogoFire/packages_apps_ViPER4AndroidFX" clone-depth="1" remote="github-rmx3461" revision="v4a" />
</manifest>