summaryrefslogtreecommitdiff
path: root/default.xml
blob: e64f3863a7dad713dd99557e9dbbd2313ecff634 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote  name="aosp"
           fetch="https://android.googlesource.com/"
           review="https://android-review.googlesource.com/" />
  <default revision="android14-gs-pixel-6.1" remote="aosp" sync-j="4" />

  <superproject name="kernel/superproject" remote="aosp" revision="android-gs-raviole-6.1" />

  <project path="build/kernel" name="kernel/build" revision="main-kernel-build-2023" >
    <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="kernel/common" revision="android14-6.1" />

  <project path="private/google-modules/soc/gs" name="kernel/google-modules/raviole-device" >
    <linkfile src="device.bazelrc" dest="device.bazelrc" />
  </project>

  <project path="private/google-modules/amplifiers" name="kernel/google-modules/amplifiers" />
  <project path="private/google-modules/aoc" name="kernel/google-modules/aoc" />
  <project path="private/google-modules/aoc_ipc" name="kernel/google-modules/aoc-ipc" />
  <project path="private/google-modules/bluetooth/broadcom" name="kernel/google-modules/bluetooth/broadcom" />
  <project path="private/google-modules/bms" name="kernel/google-modules/bms" />
  <project path="private/google-modules/display" name="kernel/google-modules/display" />
  <project path="private/google-modules/edgetpu/abrolhos" name="kernel/google-modules/edgetpu/abrolhos" />
  <project path="private/google-modules/gpu" name="kernel/google-modules/gpu" />
  <project path="private/google-modules/lwis" name="kernel/google-modules/lwis" />
  <project path="private/google-modules/power/reset" name="kernel/google-modules/power/reset" />
  <project path="private/google-modules/touch/common" name="kernel/google-modules/touch/common" />
  <project path="private/google-modules/touch/fts" name="kernel/google-modules/touch/fts_touch" />
  <project path="private/google-modules/touch/sec" name="kernel/google-modules/touch/sec_touch" />
  <project path="private/google-modules/uwb" name="kernel/google-modules/uwb" />
  <project path="private/google-modules/nfc" name="kernel/google-modules/nfc" />
  <project path="private/google-modules/wlan/bcmdhd4389" name="kernel/google-modules/wlan/bcmdhd/bcm4389" />
  <project path="private/google-modules/video/gchips" name="kernel/google-modules/video/gchips" />

  <project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" clone-depth="1" revision="android-gs-raviole-mainline" />
  <project path="kernel/configs" name="kernel/configs" revision="main-kernel-build-2023" />
  <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" revision="main-kernel-build-2023" 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" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" revision="main-kernel-build-2023" />

  <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" revision="main-kernel-build-2023" clone-depth="1" />
  <project path="prebuilts/ndk-r23" name="toolchain/prebuilts/ndk/r23" revision="main-kernel-build-2023" clone-depth="1" />

  <project path="external/bazel-skylib" name="platform/external/bazel-skylib" revision="main-kernel-build-2023" />
  <project path="build/bazel_common_rules" name="platform/build/bazel_common_rules" revision="main-kernel-build-2023" />
  <project path="external/stardoc" name="platform/external/stardoc" revision="main-kernel-build-2023" />
  <project path="external/python/absl-py" name="platform/external/python/absl-py" revision="main-kernel-build-2023" />
</manifest>