summaryrefslogtreecommitdiff
path: root/lsk-test-ci-3.10-armv8.xml
blob: 55121d791a4cbab567e60335d885fbb5e1f5d5b0 (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <remote  name="aosp"
           fetch="https://android.git.linaro.org/git/"
           review="review.android.git.linaro.org" />
  <remote  name="aosp-upstream"
           fetch="https://android-review.googlesource.com/"
           review="https://android-review.googlesource.com/" />
  <remote  name="linaro-other"
           fetch="git://git.linaro.org/" />
  <remote  name="linaro-private"
           fetch="ssh://linaro-big-little-switcher-bot@linaro-private.git.linaro.org/srv/linaro-private.git.linaro.org/" />
  <remote  name="linaro-landing-team-hisilicon"
           fetch="ssh://linaro-landing-team-hisilicon-bot@hisilicon.git.linaro.org/landing-team/hisilicon/" />
  <remote  name="zyga"
           fetch="git://github.com/zyga/" />
  <remote  name="igloocommunity"
           fetch="git://igloocommunity.org/" />
  <default revision="refs/tags/android-5.0.0_r2"
           remote="aosp"
           sync-j="4" />

  <!-- Linaro extras -->
  <project path="device/linaro/build" name="device/linaro/common" revision="linaro-lollipop-experimental" groups="common" />
  <project path="device/linaro/vexpress" name="device/linaro/vexpress" revision="linaro-fvp-kk" groups="common" />
  <project path="device/linaro/juno" name="android/device/linaro/juno" revision="linaro-lollipop" groups="common" />

  <!-- Linaro kernels -->
  <project path="kernel/linaro/vexpress" name="kernel/linux-linaro-stable" revision="linux-linaro-lsk-android-test" remote="linaro-other" groups="vexpress-lsk,common" />

  <!-- AOSP with Linaro additions -->
  <!-- Linaro modifications: Made it build with OpenJDK, Compiler detection macros, optimization flags, uboot support -->
  <project path="build" name="platform/build" groups="common" >
    <copyfile src="core/root.mk" dest="Makefile" />
  </project>
  <project path="bionic" name="platform/bionic" groups="common"/>
  <project path="external/clang" name="platform/external/clang" groups="common"/>
  <project path="external/compiler-rt" name="platform/external/compiler-rt" groups="common"/>
  <project path="external/libcxx" name="platform/external/libcxx" groups="common"/>
  <project path="external/stlport" name="platform/external/stlport" groups="common"/>
  <project path="external/llvm" name="platform/external/llvm" groups="common"/>
  <project path="external/jemalloc" name="platform/external/jemalloc" groups="common"/>
  <project path="external/safe-iop" name="platform/external/safe-iop" groups="common"/>
  <project path="system/core" name="platform/system/core" groups="common"/>

  <!-- Linaro modifications: New init.rc, bug fixes -->
  <project path="prebuilts/clang/linux-x86/host/3.5" name="platform/prebuilts/clang/linux-x86/host/3.5" groups="pdk,linux,common" />
  <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9.git"  groups="common" />
  <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8.git"  groups="common" />
  <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro" groups="linux,arm,common" revision="master" />
</manifest>