summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2020-06-08 00:18:22 +0200
committerMatthias Maennich <maennich@google.com>2020-06-08 00:18:22 +0200
commite2b4c171b89bd9eca081f1ceaa531d3cc52a5467 (patch)
tree13dbd4b82af3721d368ad7cc2154dff13698ff2b
parent60224184df282582e4387313ae04e10285c1d55c (diff)
downloadmanifest-e2b4c171b89bd9eca081f1ceaa531d3cc52a5467.tar.gz
kernel-build-tools: Add initial (almost) empty manifest
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Ib80475540c170f11ed6f70e3d9997f2ae90f8a9b
-rw-r--r--default.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.xml b/default.xml
new file mode 100644
index 0000000..a24b0fe
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,9 @@
+<?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" />
+
+ <!-- build projects -->
+ <project path="prebuilts/build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
+</manifest>