summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2019-03-18 15:26:18 +0000
committerMatthias Maennich <maennich@google.com>2019-03-20 10:34:11 +0000
commit4cbafb0335fb6941c75ac0725865e288620dcb8e (patch)
treedf2eb3d799383faed10271e233b2d2b7f3f86874
parent60224184df282582e4387313ae04e10285c1d55c (diff)
downloadmanifest-upstream-linux-4.14.y.tar.gz
add manifest for upstream-linux-4.14.yupstream-linux-4.14.y
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Ibfc46c3773f08630502698cfdce0c4cfb30c9609
-rw-r--r--default.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/default.xml b/default.xml
new file mode 100644
index 0000000..545e736
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,14 @@
+<?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" />
+
+ <project path="build" name="kernel/build" revision="master">
+ <linkfile src="upstream/build.config.aarch64.upstream-linux-4.14.y" dest="build.config.aarch64"/>
+ <linkfile src="upstream/build.config.x86_64.upstream-linux-4.14.y" dest="build.config.x86_64"/>
+ </project>
+ <project path="common" name="kernel/common" revision="upstream-linux-4.14.y" />
+ <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="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" />
+</manifest>