-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.xml
58 lines (52 loc) · 4.31 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp" fetch="https://android.googlesource.com/" review="https://android-review.googlesource.com/" />
<remote name="grapheneos"
fetch="https://github.com/GrapheneOS/"
revision="refs/heads/15" />
<default revision="main-kernel-build-2024" remote="aosp" sync-j="4" />
<superproject name="kernel/superproject" remote="aosp" revision="common-android15-6.6-lts" />
<project path="build/kernel" name="kernel/build" groups="ddk" >
<linkfile src="kleaf/bazel.sh" dest="tools/bazel" />
<linkfile src="kleaf/bazel.WORKSPACE" dest="WORKSPACE" />
<linkfile src="kleaf/bzlmod/bazel.MODULE.bazel" dest="MODULE.bazel" />
<linkfile src="kleaf/bzlmod/bazel.WORKSPACE.bzlmod" dest="WORKSPACE.bzlmod" />
</project>
<project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" groups="ddk" />
<project path="common" name="kernel_common-6.6" remote="grapheneos" />
<project path="kernel/tests" name="kernel/tests" />
<project path="kernel/configs" name="kernel/configs"/>
<project path="common-modules/virtio-media" name="platform/external/virtio-media" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android15-6.6" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" groups="ddk" />
<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="ddk" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" groups="ddk" />
<project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" clone-depth="1" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" groups="ddk" />
<project path="prebuilts/rust" name="platform/prebuilts/rust" clone-depth="1" />
<project path="prebuilts/tradefed" name="platform/tools/tradefederation/prebuilts" clone-depth="1" />
<project path="prebuilts/asuite" name="platform/prebuilts/asuite" clone-depth="1" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" clone-depth="1" />
<project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" groups="ddk" />
<project path="prebuilts/ndk-r26" name="toolchain/prebuilts/ndk/r26" clone-depth="1" groups="ddk" />
<project path="external/libcap-ng" name="platform/external/libcap-ng"/>
<project path="external/libcap" name="platform/external/libcap"/>
<!-- deps for for bzlmod -->
<project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="ddk-external" />
<project path="external/bazelbuild-bazel-central-registry" name="platform/external/bazelbuild-bazel-central-registry" groups="ddk-external" />
<project path="external/bazelbuild-platforms" name="platform/external/bazelbuild-platforms" groups="ddk-external" />
<project path="external/bazelbuild-apple_support" name="platform/external/bazelbuild-apple_support" groups="ddk-external" />
<project path="external/bazelbuild-rules_cc" name="platform/external/bazelbuild-rules_cc" groups="ddk-external" />
<project path="external/bazelbuild-rules_java" name="platform/external/bazelbuild-rules_java" groups="ddk-external"/>
<project path="external/bazelbuild-rules_license" name="platform/external/bazelbuild-rules_license" groups="ddk-external" />
<project path="external/bazelbuild-rules_pkg" name="platform/external/bazelbuild-rules_pkg" groups="ddk-external" />
<project path="external/bazelbuild-rules_python" name="platform/external/bazelbuild-rules_python" groups="ddk-external" />
<project path="external/python/absl-py" name="platform/external/python/absl-py" groups="ddk-external" />
<project path="external/stardoc" name="platform/external/stardoc" />
<!-- dependencies used to build toolchain from sources -->
<project path="external/lz4" name="platform/external/lz4" groups="ddk"/>
<project path="external/pigz" name="platform/external/pigz" groups="ddk"/>
<project path="external/toybox" name="platform/external/toybox" groups="ddk"/>
<project path="external/zlib" name="platform/external/zlib" groups="ddk"/>
<project path="external/zopfli" name="platform/external/zopfli" groups="ddk"/>
</manifest>