This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
rr7.x-enchilada.xml
56 lines (42 loc) · 2.83 KB
/
rr7.x-enchilada.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="pixel-gitlab"
fetch="https://gitlab.com/PixelExperience"
revision="pie" />
<!-- Device tree -->
<project name="FraEgg/android_device_oneplus_enchilada" path="device/oneplus/enchilada" remote="github" revision="pie-luis-rr" />
<project name="FraEgg/android_device_oneplus_sdm845-common" path="device/oneplus/sdm845-common" remote="github" revision="pie-luis-los" />
<project name="FraEgg/android_device_oppo_common" path="device/oppo/common" remote="github" revision="lineage-16.0" />
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" revision="lineage-16.0" />
<!-- Kernel -->
<project name="FraEgg/android_kernel_oneplus_sdm845" path="kernel/oneplus/sdm845" remote="github" revision="pie-luis-los" />
<!-- Vendor -->
<project name="FraEgg/proprietary_vendor_oneplus_tm" path="vendor/oneplus" remote="github" revision="lineage-16.0" />
<!-- Temp fixes -->
<!--
-->
<!-- Luis ROM Changes -->
<remove-project name="android_build" />
<project path="build/make" name="FraEgg/android_build" remote="github" revision="pie-luis">
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
<linkfile src="core" dest="build/core" />
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
<linkfile src="target" dest="build/target" />
<linkfile src="tools" dest="build/tools" />
</project>
<remove-project name="android_frameworks_base" />
<project path="frameworks/base" name="FraEgg/android_frameworks_base" remote="github" revision="pie-luis" />
<remove-project name="android_vendor_resurrection" />
<project path="vendor/rr" name="FraEgg/android_vendor_resurrection" remote="github" revision="pie-luis-rr" />
<remove-project name="android_packages_apps_Updater" />
<project path="packages/apps/Updater" name="FraEgg/android_packages_apps_Updater" remote="github" revision="pie-luis-rr" />
<!-- <project name="FraEgg/packages_apps_ResurrectionStats" path="packages/apps/ResurrectionStats" remote="github" revision="pie-luis" /> -->
<!-- Additional -->
<!-- <project name="FraEgg/aarch64-linux-gnu-8.2.1" path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-8.2" remote="github" revision="master" /> -->
<!-- <project name="FraEgg/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-gnueabi-9.0" path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-9.0" remote="github" revision="master" /> -->
<!-- Build with Wireguard -->
<remote name="zx2c4" fetch="https://git.zx2c4.com/" />
<project remote="zx2c4" name="android_kernel_wireguard" path="kernel/wireguard" revision="master" sync-s="true" />
</manifest>