summaryrefslogtreecommitdiff
path: root/default.xml
blob: 1f25c1ab16568d24950c813b82442c2c5b7bb79a (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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <remote  name="aosp"
           fetch=".."
           review="https://android-review.googlesource.com/" />
  <default revision="master"
           remote="aosp"
           sync-j="4" />

  <!-- The SDK repository itself + external code dependencies -->
  <project path="gamesdk"                             name="platform/frameworks/opt/gamesdk/"/>
  <project path="external/protobuf/"                  name="platform/external/protobuf/"/>
  <project path="external/nanopb-c/"                  name="platform/external/nanopb-c/"/>
  <project path="external/modp_b64/"                  name="platform/external/modp_b64/"/>

  <!-- All the required releases of the Android NDK -->
  <project path="prebuilts/ndk/r13"                   name="toolchain/prebuilts/ndk/r13" />
  <project path="prebuilts/ndk/r14"                   name="toolchain/prebuilts/ndk/r14" />
  <project path="prebuilts/ndk/r15"                   name="toolchain/prebuilts/ndk/r15" />
  <project path="prebuilts/ndk/r16"                   name="toolchain/prebuilts/ndk/r16" />
  <project path="prebuilts/ndk/r17"                   name="toolchain/prebuilts/ndk/r17" />

  <!-- All the pre-built components of releases of the Android SDK -->
  <project path="prebuilts/sdk/build-tools/26.0.1"    name="platform/prebuilts/fullsdk-linux/build-tools/26.0.1"/>
  <project path="prebuilts/sdk/platforms/android-26"  name="platform/prebuilts/fullsdk/platforms/android-26"/>
  <project path="prebuilts/sdk/build-tools/28.0.3"    name="platform/prebuilts/fullsdk-linux/build-tools/28.0.3"/>
  <project path="prebuilts/sdk/platforms/android-28"  name="platform/prebuilts/fullsdk/platforms/android-28"/>

  <!-- Other tool packages required by the build system -->
  <project path="prebuilts/cmake/linux-x86"           name="platform/prebuilts/cmake/linux-x86" />


</manifest>