summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-08-04 19:35:57 -0700
committerAlistair Delva <adelva@google.com>2020-08-04 19:35:59 -0700
commit2e70940fd698d526ff7c437cd74de4199884cc4d (patch)
tree87dae2f6a3a88cfbc5b2a9cca4af66e5dca5baef
parent322d6b3aae13ab7e5744921dc9626b5d501a509d (diff)
downloadmanifest-2e70940fd698d526ff7c437cd74de4199884cc4d.tar.gz
Initial u-boot mainline manifest
Removed some kernel-specific repositories, added u-boot. Bug: 162801433 Change-Id: I03040acd4e7bdc1faab02822389694c6653a6513
-rw-r--r--default.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/default.xml b/default.xml
index 1013a3d..3573355 100644
--- a/default.xml
+++ b/default.xml
@@ -4,20 +4,10 @@
<default revision="master" remote="aosp" sync-j="4" />
<project path="build" name="kernel/build" />
- <project path="common" name="kernel/common" revision="android-mainline" />
- <project path="kernel/common-patches" name="kernel/common-patches" >
- <linkfile src="android-mainline" dest="common/patches" />
- </project>
- <project path="kernel/tests" name="kernel/tests" />
- <project path="kernel/configs" name="kernel/configs" revision="master" />
- <project path="goldfish-modules" name="kernel/goldfish-modules" revision="android-mainline" />
- <project path="cuttlefish-modules" name="kernel/cuttlefish-modules" revision="android-mainline" />
- <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" clone-depth="1" />
+ <project path="u-boot" name="platform/external/u-boot" revision="master" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" clone-depth="1" />
<project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
- <project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
- <project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" />
</manifest>