-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
64 lines (54 loc) · 4.51 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remotes -->
<remote name="aosp-kernel"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com"
revision="master-kernel-build-2021" />
<remote name="aosp-platform"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com"
revision="refs/tags/android-12.1.0_r1" />
<remote name="github"
fetch="https://github.com" />
<remote name="kud-github"
fetch="https://github.com/KudProject"
pushurl="ssh://[email protected]/KudProject"
revision="android-12.1" />
<remote name="kud-gitlab"
fetch="https://gitlab.com/KudProject"
pushurl="ssh://[email protected]/KudProject" />
<remote name="kud-gitlab-priv"
fetch="ssh://[email protected]/KudProject" />
<!-- Defaults -->
<default sync-c="true"
sync-j="8"
sync-tags="false" />
<!-- AOSP projects -->
<project path="build" name="kernel_build" groups="google" remote="kud-github" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" groups="google" remote="aosp-kernel" revision="android12-5.10" />
<project path="kernel/configs" name="kernel_configs" groups="google" remote="kud-github" />
<project path="kernel/tests" name="kernel/tests" groups="google" remote="aosp-platform" />
<project path="prebuilts-master/clang/host/linux-x86/clang-r445002" name="prebuilts/clang/host/linux-x86" groups="google" clone-depth="1" remote="kud-gitlab" revision="r445002" />
<project path="prebuilts-master/misc" name="platform/prebuilts/misc" groups="google" clone-depth="1" remote="aosp-kernel" />
<!--<project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" groups="google" remote="aosp-kernel" />-->
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="google" clone-depth="1" remote="aosp-kernel" />
<project path="prebuilts/gas/linux-x86" name="prebuilts_gas_linux-x86" groups="google" clone-depth="1" remote="kud-github" revision="main" />
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="aarch64-linux-android-4.9" groups="google" clone-depth="1" remote="kud-github" revision="master" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="arm-linux-androideabi-4.9" groups="google" clone-depth="1" remote="kud-github" revision="master" />
<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" groups="google" clone-depth="1" remote="aosp-platform" />
<project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="google" clone-depth="1" remote="aosp-platform" revision="c5e1eaa599a8fb0caa5ca35a2fd3d998c160f711" />
<project path="prebuilts/kernel-build-tools" name="kernel_prebuilts_build-tools" groups="google" clone-depth="1" remote="kud-github" />
<project path="tools/avb" name="platform/external/avb" groups="google" remote="aosp-platform" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" groups="google" remote="aosp-platform" />
<!-- KudProject additions -->
<project path="build-configs" name="kernel_build-configs" groups="kud" remote="kud-github">
<linkfile src="msm-4.9/build.config.sdm670.aarch64" dest="build.config" />
</project>
<project path="private/msm-android-qcom-4.9" name="kernel_msm-4.9" groups="kud" remote="kud-github" revision="a11/master" />
<project path="private/msm-modules/cld3_wlan-5.2.022" name="vendor_qcom_opensource_wlan_qcacld-3.0" groups="kud" remote="kud-github" revision="5.2.022" />
<project path="private/msm-modules/cld3_wlan-5.2.03" name="vendor_qcom_opensource_wlan_qcacld-3.0" groups="kud" remote="kud-github" revision="5.2.03" />
<project path="private/msm-modules/pronto_wlan" name="vendor_qcom_opensource_wlan_prima" groups="kud" remote="kud-github" revision="LA.UM.9.6.4" />
<project path="private/msm-xiaomi-thorium-4.9" name="kernel_xiaomi_msm8937" groups="kud,mi8937" remote="kud-github" revision="moe-stable/android-12.0" />
<project path="vendor/qcom/proprietary/llvm-arm-toolchain-ship/14.0" name="vendor/qcom/proprietary/llvm-arm-toolchain-ship" groups="kud" clone-depth="1" remote="kud-gitlab-priv" revision="14.0" />
</manifest>