This repository was archived by the owner on Feb 5, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathchickernel.xml
More file actions
47 lines (41 loc) · 2.98 KB
/
Copy pathchickernel.xml
File metadata and controls
47 lines (41 loc) · 2.98 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
<remote name="common-repo" fetch="https://github.com/chickendrop89/"/>
<default revision="master-kernel-build-2022" remote="aosp" sync-j="4" sync-s="true" />
<superproject name="kernel/superproject" remote="aosp" revision="common-android13-5.15" />
<project path="build/kernel" name="kernel/build" >
<linkfile src="kleaf/bazel.sh" dest="tools/bazel" />
<linkfile src="kleaf/bazel.WORKSPACE" dest="WORKSPACE" />
<linkfile src="build.sh" dest="build/build.sh" />
<linkfile src="build_abi.sh" dest="build/build_abi.sh" />
<linkfile src="build_test.sh" dest="build/build_test.sh" />
<linkfile src="build_utils.sh" dest="build/build_utils.sh" />
<linkfile src="config.sh" dest="build/config.sh" />
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
<linkfile src="_setup_env.sh" dest="build/_setup_env.sh" />
<linkfile src="multi-switcher.sh" dest="build/multi-switcher.sh" />
<linkfile src="abi" dest="build/abi" />
<linkfile src="static_analysis" dest="build/static_analysis" />
</project>
<project path="common" name="device_xiaomi_gemstones-kernel" remote="common-repo" revision="android13-5.15-lts" >
<linkfile src="." dest=".source_date_epoch_dir" />
</project>
<project path="kernel/tests" name="kernel/tests" revision="main" />
<project path="kernel/configs" name="kernel/configs" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android13-5.15" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" revision="main" />
<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" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/tradefed" name="platform/tools/tradefederation/prebuilts" revision="main" clone-depth="1" />
<project path="prebuilts/asuite" name="platform/prebuilts/asuite" revision="main" clone-depth="1" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" />
<project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" />
<project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" />
<project path="prebuilts/ndk-r23" name="toolchain/prebuilts/ndk/r23" clone-depth="1" />
<project path="external/bazel-skylib" name="platform/external/bazel-skylib" />
<project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" />
<project path="external/stardoc" name="platform/external/stardoc" />
<project path="external/python/absl-py" name="platform/external/python/absl-py" />
</manifest>