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:32:13 +0000
commit390a637ef07969f48d54297ed2f766e736c1ee06 (patch)
tree551ff4525e79e6bce12b515002bdb4222b4d01f5
parent60224184df282582e4387313ae04e10285c1d55c (diff)
downloadmanifest-upstream-linux-4.9.y.tar.gz
add manifest for upstream-linux-4.9.yupstream-linux-4.9.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..0640862
--- /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.9.y" dest="build.config.aarch64"/>
+ <linkfile src="upstream/build.config.x86_64.upstream-linux-4.9.y" dest="build.config.x86_64"/>
+ </project>
+ <project path="common" name="kernel/common" revision="upstream-linux-4.9.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>