-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
80 lines (73 loc) · 4.99 KB
/
default.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch="https://android.googlesource.com/"
review="https://android-review.googlesource.com/" />
<remote name="gitlab"
fetch=".."
review="review.calyxos.org"
revision="refs/heads/android13" />
<remote name="gitlab-priv"
fetch="ssh://git@gitlab.com"
review="review.calyxos.org"
revision="refs/heads/android13" />
<default revision="refs/tags/android-13.0.0_r0.127"
remote="aosp"
sync-j="4"
sync-c="true" />
<project path="manifest" name="CalyxOS/kernel_manifest" remote="gitlab" />
<!-- Calyx forks -->
<project path="build/kernel" name="CalyxOS/kernel_build" groups="partner" remote="gitlab">
<linkfile dest="tools/bazel" src="kleaf/bazel.sh" />
<linkfile dest="WORKSPACE" src="kleaf/bazel.WORKSPACE" />
<linkfile dest="build/build.sh" src="build.sh" />
<linkfile dest="build/build_abi.sh" src="build_abi.sh" />
<linkfile dest="build/build_test.sh" src="build_test.sh" />
<linkfile dest="build/build_utils.sh" src="build_utils.sh" />
<linkfile dest="build/BUILD.bazel" src="BUILD.bazel" />
<linkfile dest="build/build-tools/path" src="build-tools/path" />
<linkfile dest="build/config.sh" src="config.sh" />
<linkfile dest="build/envsetup.sh" src="envsetup.sh" />
<linkfile dest="build/_setup_env.sh" src="_setup_env.sh" />
<linkfile dest="build/multi-switcher.sh" src="multi-switcher.sh" />
<linkfile dest="build/kleaf" src="kleaf" />
<linkfile dest="build/abi" src="abi" />
<linkfile dest="build/static_analysis" src="static_analysis" />
</project>
<project path="calyx/scripts" name="CalyxOS/scripts" remote="gitlab">
<linkfile dest="build_kernel.sh" src="kernel/build_kernel.sh" />
<linkfile dest="build_kernels.sh" src="kernel/build_kernels.sh" />
</project>
<project path="prebuilts/boot-artifacts" name="CalyxOS/platform_prebuilts_boot-artifacts" remote="gitlab" />
<!-- Common -->
<project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="partner" />
<project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="partner" />
<project path="external/stardoc" name="platform/external/stardoc" groups="partner" />
<project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" groups="partner" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" groups="partner">
<linkfile dest="build/prebuilts/build-tools" src="." />
</project>
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" groups="partner" revision="refs/tags/android-13.0.0_r0.117" />
<project path="prebuilts/gas/linux-x86" name="platform/prebuilts/gas/linux-x86" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1" groups="partner" />
<project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" groups="partner" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" groups="partner">
<linkfile dest="build/prebuilts/kernel-build-tools" src="." />
</project>
<project path="prebuilts/misc" name="platform/prebuilts/misc" clone-depth="1" groups="partner" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" groups="partner" />
<!-- Legacy common -->
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" clone-depth="1" groups="partner" revision="refs/tags/android-13.0.0_r0.122" />
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" clone-depth="1" groups="partner" revision="refs/tags/android-13.0.0_r0.122" />
<!-- redfin, bramble, barbet -->
<include name="snippets/redbull.xml" />
<project name="CalyxOS/device_google_redbull-kernel" path="device/google/redbull-kernel" remote="gitlab" clone-depth="1" revision="android15-qpr1" />
<!-- coral, flame, sunfish -->
<include name="snippets/msm-4.14.xml" />
<project name="CalyxOS/device_google_coral-kernel" path="device/google/coral-kernel" remote="gitlab" clone-depth="1" revision="android14" />
<project name="CalyxOS/device_google_sunfish-kernel" path="device/google/sunfish-kernel" remote="gitlab" clone-depth="1" revision="android14" />
<!-- crosshatch, blueline, bonito, sargo -->
<include name="snippets/msm-4.9.xml" />
<project name="CalyxOS/device_google_crosshatch-kernel" path="device/google/crosshatch-kernel" remote="gitlab" clone-depth="1" revision="android14" />
<project name="CalyxOS/device_google_bonito-kernel" path="device/google/bonito-kernel" remote="gitlab" clone-depth="1" revision="android14" />
</manifest>