Alexander Martinz | 69113cd | 2022-02-17 12:01:13 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="aosp" |
| 4 | fetch="https://android.googlesource.com/" |
| 5 | review="https://android-review.googlesource.com/" |
| 6 | /> |
| 7 | |
| 8 | <remote name="shift" |
| 9 | fetch="https://gitlab.com/SHIFTPHONES/" |
| 10 | review="https://review.shift-gmbh.com/" |
| 11 | revision="axolotl/android-mainline" |
| 12 | /> |
| 13 | |
| 14 | <default remote="aosp" |
| 15 | revision="master" |
| 16 | sync-j="4" |
| 17 | /> |
| 18 | |
| 19 | <project path="manifest" name="kernel/manifest" remote="shift" /> |
| 20 | |
| 21 | <project path="build/kernel" name="kernel/build" > |
| 22 | <linkfile src="kleaf/bazel.sh" dest="tools/bazel" /> |
| 23 | <linkfile src="kleaf/bazel.WORKSPACE" dest="WORKSPACE" /> |
| 24 | <linkfile src="build.sh" dest="build/build.sh" /> |
| 25 | <linkfile src="build_abi.sh" dest="build/build_abi.sh" /> |
| 26 | <linkfile src="build_test.sh" dest="build/build_test.sh" /> |
| 27 | <linkfile src="build_utils.sh" dest="build/build_utils.sh" /> |
| 28 | <linkfile src="config.sh" dest="build/config.sh" /> |
| 29 | <linkfile src="envsetup.sh" dest="build/envsetup.sh" /> |
| 30 | <linkfile src="_setup_env.sh" dest="build/_setup_env.sh" /> |
| 31 | <linkfile src="multi-switcher.sh" dest="build/multi-switcher.sh" /> |
| 32 | <linkfile src="abi" dest="build/abi" /> |
| 33 | <linkfile src="static_analysis" dest="build/static_analysis" /> |
| 34 | </project> |
| 35 | <project path="common" name="kernel/common" revision="android-mainline" > |
| 36 | <linkfile src="." dest=".source_date_epoch_dir" /> |
| 37 | </project> |
| 38 | <project path="kernel/common-patches" name="kernel/common-patches" > |
| 39 | <linkfile src="android-mainline" dest="common/patches" /> |
| 40 | </project> |
| 41 | <project path="kernel/tests" name="kernel/tests" /> |
| 42 | <project path="kernel/configs" name="kernel/configs" revision="master" /> |
| 43 | <project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android-mainline" /> |
| 44 | <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" /> |
| 45 | <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" /> |
| 46 | <project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" /> |
| 47 | <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" /> |
| 48 | <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" clone-depth="1" /> |
| 49 | <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" /> |
| 50 | <project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" /> |
| 51 | <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" /> |
| 52 | <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" /> |
| 53 | <project path="external/bazel-skylib" name="platform/external/bazel-skylib" /> |
| 54 | <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" /> |
| 55 | <project path="external/stardoc" name="platform/external/stardoc" /> |
| 56 | </manifest> |