summaryrefslogtreecommitdiff
path: root/default.xml
blob: 1e1956572bfe170f4256064b6d640382f784d5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote  name="aosp"
           fetch=".."
           review="https://android-review.googlesource.com/" />
  <default revision="main"
           remote="aosp"
           sync-j="8" />
  <project path="external/jetbrains/kotlin"
           name="platform/external/jetbrains/kotlin"
           revision="compose-dev" />
  <project path="prebuilts/jdk/jdk8"
           name="platform/prebuilts/jdk/jdk8"
           clone-depth="1" />
  <project path="prebuilts/jdk/jdk9"
           name="platform/prebuilts/jdk/jdk9"
           clone-depth="1" />
</manifest>